Merge "Fix image set properties error"

This commit is contained in:
Jenkins 2014-01-10 17:27:50 +00:00 committed by Gerrit Code Review
commit a53ed797b7

View File

@ -313,6 +313,7 @@ class SetImage(show.ShowOne):
"--property",
dest="properties",
metavar="<key=value>",
default={},
action=parseractions.KeyValueAction,
help="Set property on this image "
'(repeat option to set multiple properties)',