mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Fix skipped image create attribute location attr"
This commit is contained in:
commit
6ce930e846
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class CreateImage(show.ShowOne):
|
|||
kwargs = {}
|
||||
copy_attrs = ('name', 'id', 'store', 'container_format',
|
||||
'disk_format', 'owner', 'size', 'min_disk', 'min_ram',
|
||||
'localtion', 'copy_from', 'volume', 'force',
|
||||
'location', 'copy_from', 'volume', 'force',
|
||||
'checksum', 'properties')
|
||||
for attr in copy_attrs:
|
||||
if attr in parsed_args:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue