summaryrefslogtreecommitdiff
path: root/openstackclient/image
diff options
context:
space:
mode:
authorJaspreet Singh Rawel <jaspreetsinghrawel@gmail.com>2016-11-10 02:05:54 +0530
committerJaspreet Singh Rawel <jaspreetsinghrawel@gmail.com>2016-11-11 12:38:37 +0530
commitff7fda061e4f89744b2c6d237ab913225b2ee14e (patch)
tree0593c56b3ca1972eb32725b76341eee7ac42a7dc /openstackclient/image
parent8b2f25682850ca747dcc0961b894ed5f5644580a (diff)
downloadpython-openstackclient-ff7fda061e4f89744b2c6d237ab913225b2ee14e.tar.gz
Show disk format vhdx in help
Currently disk format type vhdx is missing in help. Closes-Bug: 1635518 Change-Id: Ibe5976f722c4eb966b12a7b1e1c2702fd08ce84b
Diffstat (limited to 'openstackclient/image')
-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 5f669c64..fc54cc89 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>",