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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user