We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b00bbaa + 7b999d7 commit a53ed79Copy full SHA for a53ed79
1 file changed
openstackclient/image/v1/image.py
@@ -313,6 +313,7 @@ def get_parser(self, prog_name):
313
"--property",
314
dest="properties",
315
metavar="<key=value>",
316
+ default={},
317
action=parseractions.KeyValueAction,
318
help="Set property on this image "
319
'(repeat option to set multiple properties)',
0 commit comments