Skip to content

Commit 8728466

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "vmware does't support VirtualSriovEthernetCard"
2 parents da999f4 + 475193b commit 8728466

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

api-ref/source/v2/samples/metadef-properties-list-response.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"type": "integer"
6060
},
6161
"hw_vif_model": {
62-
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the configured hypervisor. KVM and QEMU: e1000, ne2k_pci, pcnet, rtl8139, virtio, e1000e and vmxnet3. VMware: e1000, e1000e, VirtualE1000, VirtualE1000e, VirtualPCNet32, VirtualSriovEthernetCard, and VirtualVmxnet. Xen: e1000, netfront, ne2k_pci, pcnet, and rtl8139.",
62+
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the configured hypervisor. KVM and QEMU: e1000, ne2k_pci, pcnet, rtl8139, virtio, e1000e and vmxnet3. VMware: e1000, e1000e, VirtualE1000, VirtualE1000e, VirtualPCNet32, and VirtualVmxnet. Xen: e1000, netfront, ne2k_pci, pcnet, and rtl8139.",
6363
"enum": [
6464
"e1000",
6565
"ne2k_pci",
@@ -71,7 +71,6 @@
7171
"VirtualE1000",
7272
"VirtualE1000e",
7373
"VirtualPCNet32",
74-
"VirtualSriovEthernetCard",
7574
"VirtualVmxnet",
7675
"netfront",
7776
"ne2k_pci"

doc/source/admin/useful-image-properties.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,7 @@ Here is a list of useful image properties and the values they expect.
639639
* ``KVM`` and ``QEMU``: ``e1000``, ``e1000e``, ``ne2k_pci``, ``pcnet``,
640640
``rtl8139``, ``virtio`` and vmxnet3``.
641641
* VMware: ``e1000``, ``e1000e``, ``VirtualE1000``, ``VirtualE1000e``,
642-
``VirtualPCNet32``, ``VirtualSriovEthernetCard``, ``VirtualVmxnet``
643-
and ``VirtualVmxnet3``.
642+
``VirtualPCNet32``, ``VirtualVmxnet`` and ``VirtualVmxnet3``.
644643
* Xen: ``e1000``, ``netfront``, ``ne2k_pci``, ``pcnet``, and
645644
``rtl8139``.
646645

etc/metadefs/compute-vmware.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,14 @@
193193
},
194194
"hw_vif_model": {
195195
"title": "Virtual Network Interface",
196-
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the hypervisor. VMware driver supported options: e1000, e1000e, VirtualE1000, VirtualE1000e, VirtualPCNet32, VirtualSriovEthernetCard, and VirtualVmxnet.",
196+
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the hypervisor. VMware driver supported options: e1000, e1000e, VirtualE1000, VirtualE1000e, VirtualPCNet32, and VirtualVmxnet.",
197197
"type": "string",
198198
"enum": [
199199
"e1000",
200200
"e1000e",
201201
"VirtualE1000",
202202
"VirtualE1000e",
203203
"VirtualPCNet32",
204-
"VirtualSriovEthernetCard",
205204
"VirtualVmxnet",
206205
"VirtualVmxnet3"
207206
],

0 commit comments

Comments
 (0)