File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ Validate Open vSwitch hardware offloading
355
355
356
356
.. code-block :: bash
357
357
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
359
359
360
360
361
361
#. Create an instance using the direct port on 'First Compute Node'
@@ -369,7 +369,7 @@ Validate Open vSwitch hardware offloading
369
369
370
370
.. code-block :: bash
371
371
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
373
373
# openstack server create --flavor m1.small --image mellanox_fedora --nic port-id=direct_port2 vm2
374
374
375
375
.. note ::
You can’t perform that action at this time.
0 commit comments