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:
parent
0d12263a7f
commit
6abb49bb64
@ -16,6 +16,8 @@
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"lsiLogic",
|
||||
"lsiLogicsas",
|
||||
"paraVirtual",
|
||||
"busLogic",
|
||||
"ide"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user