summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/image/v1/image.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/image/v1/image.py b/openstackclient/image/v1/image.py
index c6096b2d..026b583c 100644
--- a/openstackclient/image/v1/image.py
+++ b/openstackclient/image/v1/image.py
@@ -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)',