Skip to content

Commit bf6f4bb

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Show disk format vhdx in help"
2 parents f4536e7 + ff7fda0 commit bf6f4bb

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)