Backport V1 metadata fix
This commit is contained in:
parent
9a36e8820c
commit
9d966c2605
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Reference in a new issue