summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-22 15:39:47 +0000
committerGerrit Code Review <review@openstack.org>2016-11-22 15:39:47 +0000
commitbf6f4bb58bc1e823820f14b3642d793d54dfcfb2 (patch)
treee5912254c017d3917ff0a884ade2ab652bb26918 /openstackclient
parentf4536e708dff37edcaf79ea85c9f68206315edea (diff)
parentff7fda061e4f89744b2c6d237ab913225b2ee14e (diff)
downloadpython-openstackclient-bf6f4bb58bc1e823820f14b3642d793d54dfcfb2.tar.gz
Merge "Show disk format vhdx in help"
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/image/v1/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/image/v1/image.py b/openstackclient/image/v1/image.py
index d9ac8c08..cf389d17 100644
--- a/openstackclient/image/v1/image.py
+++ b/openstackclient/image/v1/image.py
@@ -503,7 +503,7 @@ class SetImage(command.Command):
choices=container_choices
)
disk_choices = ["ami", "ari", "aki", "vhd", "vmdk", "raw", "qcow2",
- "vdi", "iso"]
+ "vhdx", "vdi", "iso"]
parser.add_argument(
"--disk-format",
metavar="<disk-format>",