Skip to content

Commit 4fcfd0b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Don't set port capabilities for OVS HW offloading" into stable/2023.1
2 parents ecb71ce + ba83353 commit 4fcfd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/admin/config-ovs-offload.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Validate Open vSwitch hardware offloading
355355

356356
.. code-block:: bash
357357
358-
# openstack port create --network private --vnic-type=direct --binding-profile '{"capabilities": ["switchdev"]}' direct_port1
358+
# openstack port create --network private --vnic-type=direct direct_port1
359359
360360
361361
#. Create an instance using the direct port on 'First Compute Node'
@@ -369,7 +369,7 @@ Validate Open vSwitch hardware offloading
369369

370370
.. code-block:: bash
371371
372-
# openstack port create --network private --vnic-type=direct --binding-profile '{"capabilities": ["switchdev"]}' direct_port2
372+
# openstack port create --network private --vnic-type=direct direct_port2
373373
# openstack server create --flavor m1.small --image mellanox_fedora --nic port-id=direct_port2 vm2
374374
375375
.. note::

0 commit comments

Comments
 (0)