Merge "Fix skipped image create attribute location attr"

This commit is contained in:
Jenkins 2015-04-17 15:04:57 +00:00 committed by Gerrit Code Review
commit 6ce930e846
1 changed files with 1 additions and 1 deletions

View File

@ -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: