Merge "Show disk format vhdx in help"

This commit is contained in:
Jenkins 2016-11-22 15:39:47 +00:00 committed by Gerrit Code Review
commit bf6f4bb58b
1 changed files with 1 additions and 1 deletions

View File

@ -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>",