Add vhdx in disk_format

vhdx is also a format of the disk valid value in v2 version,
so add it in disk_format.

Related-Bug: 1635518
Co-Authored-By: Stuart McLaren <stuart.mclaren@hpe.com>
Change-Id: I7d82d4a4bdb180a53e86552f6f6b3bed908e6dc0
This commit is contained in:
Li Wei
2016-09-27 16:16:05 +08:00
committed by ChangBo Guo(gcb)
parent fa11427af5
commit efb5e2aa32
4 changed files with 59 additions and 3 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ _BASE_SCHEMA = {
"description": "An image self url"
},
"disk_format": {
"enum": [None, "ami", "ari", "aki", "vhd", "vmdk", "raw",
"enum": [None, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw",
"qcow2", "vdi", "iso"],
"type": ["null", "string"],
"description": "Format of the disk"