Show disk format vhdx in help

Currently disk format type vhdx is missing in help.

Closes-Bug: 1635518

Change-Id: Ibe5976f722c4eb966b12a7b1e1c2702fd08ce84b
This commit is contained in:
Jaspreet Singh Rawel 2016-11-10 02:05:54 +05:30
parent 8b2f256828
commit ff7fda061e

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