Merge "Update the vmware_disktype metadefs values"

This commit is contained in:
Jenkins 2014-11-23 21:31:17 +00:00 committed by Gerrit Code Review
commit 8baa2d312f
1 changed files with 3 additions and 5 deletions

View File

@ -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.",
"type": "string",
"enum": [
"thin",
"preallocated",
"thick",
"eagerZeroedThick",
"sparse"
"streamOptimized",
"sparse",
"preallocated"
],
"default" : "preallocated"
},