Update vmware_adaptertype metadef values

The metadef value for vmware_adaptertype is missing LSI Logic SAS
and VMware Paravirtual (PVSCSI) adapters that is supported by
nova.
See nova/virt/vmwareapi/constants.py in the nova tree for the
list of supported ADAPTER_TYPE_*.

Change-Id: I9ab487cc409addbacdcea3c80cef8fbcda5374b9
This commit is contained in:
Sabari Kumar Murugesan 2015-01-31 16:15:38 -08:00
parent 0d12263a7f
commit 6abb49bb64

View File

@ -16,6 +16,8 @@
"type": "string",
"enum": [
"lsiLogic",
"lsiLogicsas",
"paraVirtual",
"busLogic",
"ide"
],