Fix minor details in SR-IOV doc

Change-Id: I59196333f48759e448d64596b073a0f55472d3b7
Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
This commit is contained in:
Illia Polliul 2017-04-08 14:45:34 +02:00
parent 933873f36f
commit cc5e4168bc
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ To create a virtual machine with SR-IOV device:
neutron net-create \ neutron net-create \
--provider:physical_network=<physical network from contrail settings tab> \ --provider:physical_network=<physical network from contrail settings tab> \
--provider: segmentation_id=<Vlan_id> <Network_Name> --provider:segmentation_id=<Vlan_id> <Network_Name>
#. Create a subnet:: #. Create a subnet::
@ -68,9 +68,9 @@ To create a virtual machine with SR-IOV device:
neutron port-create \ neutron port-create \
--fixed-ip subnet_id=<subnet uuid>,ip_address=<IP address from above subnet> \ --fixed-ip subnet_id=<subnet uuid>,ip_address=<IP address from above subnet> \
--name <name of port> <vn uuid> --binding:vnic_type direct --name <name of port> <net uuid> --binding:vnic_type direct
#. Boot the VM with the port:: #. Boot the VM with the port (use image with VF drivers, like Ubuntu or CentOS, Cirros will not work)::
nova boot \ nova boot \
--flavor m1.large --image <image name> \ --flavor m1.large --image <image name> \