Merge "Show disk format vhdx in help"
This commit is contained in:
commit
bf6f4bb58b
@ -503,7 +503,7 @@ class SetImage(command.Command):
|
|||||||
choices=container_choices
|
choices=container_choices
|
||||||
)
|
)
|
||||||
disk_choices = ["ami", "ari", "aki", "vhd", "vmdk", "raw", "qcow2",
|
disk_choices = ["ami", "ari", "aki", "vhd", "vmdk", "raw", "qcow2",
|
||||||
"vdi", "iso"]
|
"vhdx", "vdi", "iso"]
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--disk-format",
|
"--disk-format",
|
||||||
metavar="<disk-format>",
|
metavar="<disk-format>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user