Merge "Don't set port capabilities for OVS HW offloading"

This commit is contained in:
Zuul 2023-10-20 21:45:05 +00:00 committed by Gerrit Code Review
commit 1ec3493ed2
1 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ Validate Open vSwitch hardware offloading
.. code-block:: bash
# openstack port create --network private --vnic-type=direct --binding-profile '{"capabilities": ["switchdev"]}' direct_port1
# openstack port create --network private --vnic-type=direct direct_port1
#. Create an instance using the direct port on 'First Compute Node'
@ -369,7 +369,7 @@ Validate Open vSwitch hardware offloading
.. code-block:: bash
# openstack port create --network private --vnic-type=direct --binding-profile '{"capabilities": ["switchdev"]}' direct_port2
# openstack port create --network private --vnic-type=direct direct_port2
# openstack server create --flavor m1.small --image mellanox_fedora --nic port-id=direct_port2 vm2
.. note::