Skip to content

Commit ff7fda0

Browse files
Show disk format vhdx in help
Currently disk format type vhdx is missing in help. Closes-Bug: 1635518 Change-Id: Ibe5976f722c4eb966b12a7b1e1c2702fd08ce84b
1 parent 8b2f256 commit ff7fda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/image/v1/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def get_parser(self, prog_name):
503503
choices=container_choices
504504
)
505505
disk_choices = ["ami", "ari", "aki", "vhd", "vmdk", "raw", "qcow2",
506-
"vdi", "iso"]
506+
"vhdx", "vdi", "iso"]
507507
parser.add_argument(
508508
"--disk-format",
509509
metavar="<disk-format>",

0 commit comments

Comments
 (0)