Merge "Fix skipped image create attribute location attr"
This commit is contained in:
commit
6ce930e846
@ -190,7 +190,7 @@ class CreateImage(show.ShowOne):
|
|||||||
kwargs = {}
|
kwargs = {}
|
||||||
copy_attrs = ('name', 'id', 'store', 'container_format',
|
copy_attrs = ('name', 'id', 'store', 'container_format',
|
||||||
'disk_format', 'owner', 'size', 'min_disk', 'min_ram',
|
'disk_format', 'owner', 'size', 'min_disk', 'min_ram',
|
||||||
'localtion', 'copy_from', 'volume', 'force',
|
'location', 'copy_from', 'volume', 'force',
|
||||||
'checksum', 'properties')
|
'checksum', 'properties')
|
||||||
for attr in copy_attrs:
|
for attr in copy_attrs:
|
||||||
if attr in parsed_args:
|
if attr in parsed_args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user