rackerlabs / mimic

An API mock service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global and regional collections for nova

tawalton opened this issue · comments

Currently the flavor_store and images_store live as an attribute on the Regional Server Collection, https://github.com/rackerlabs/mimic/blob/master/mimic/model/nova_objects.py#L655-#L656. The flavors and images should live on the session and have their own respective collections since they are not specific to the server collection. The following diagram shows the proposed changes
image