Fix V1 image path in migration

This commit is contained in:
Joseph Schorr 2016-01-06 13:09:58 -05:00
parent 4dfeb907c3
commit 8ecb63c999

View file

@ -56,7 +56,7 @@ class ImageStoragePlacement(BaseModel):
def image_json_path(storage_uuid): 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) return '{0}json'.format(base_path)