Fix V1 image path in migration
This commit is contained in:
parent
4dfeb907c3
commit
8ecb63c999
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue