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
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 ::
You can’t perform that action at this time.
0 commit comments