Backport V1 metadata fix

This commit is contained in:
Joseph Schorr 2016-01-08 13:53:04 -05:00
parent 9a36e8820c
commit 9d966c2605

View file

@ -56,7 +56,7 @@ class ImageStoragePlacement(BaseModel):
def image_json_path(storage_uuid):
base_path = storage.image_path(storage_uuid)
base_path = storage._image_path(storage_uuid)
return '{0}json'.format(base_path)