Update the vmware_disktype metadefs values

Update the vmware_disktype metadef value to reflect what nova
supports.

Change-Id: I34ce200968f4cb6dfd209150de4615b25787bb7a
This commit is contained in:
Arnaud Legendre 2014-10-22 15:43:43 -07:00
parent 633bec8fd4
commit d5aebdea4a

@ -26,11 +26,9 @@
"description": "When performing operations such as creating a virtual disk, cloning, or migrating, the disk provisioning type may be specified. Please refer to VMware documentation for more.", "description": "When performing operations such as creating a virtual disk, cloning, or migrating, the disk provisioning type may be specified. Please refer to VMware documentation for more.",
"type": "string", "type": "string",
"enum": [ "enum": [
"thin", "streamOptimized",
"preallocated", "sparse",
"thick", "preallocated"
"eagerZeroedThick",
"sparse"
], ],
"default" : "preallocated" "default" : "preallocated"
}, },