DPDK flag is required for each physnet now

... and this fact should be reflected in documentation

Change-Id: I3165e80a294c138c5bb8f11d27ad20c510eff049
This commit is contained in:
Aleksandr Mogylchenko 2017-03-16 12:12:12 +01:00
parent f83c2f1aa7
commit 8255586854
2 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,7 @@ VLAN ranges are configured per each physical network in the ``configs.neutron.ph
interface: "eno2"
flat: false
vlan_range: "1050:2050"
dpdk: false
For more information on configuring physical networks refer to the `QuickStart Guide`_.

View File

@ -128,6 +128,7 @@ Append global CCP configuration:
interface: "ens8"
flat: true
vlan_range: "1001:1030"
dpdk: false
EOF
Make sure to adjust it to your environment, since the network configuration of
@ -146,6 +147,9 @@ your environment may be different.
``flat`` allow to use this network as flat, without segmentation.
``vlan_range`` is range of allowed VLANs, should be false if VLAN
segmenantion is not allowed.
``dpdk`` if enabled for particular network, OVS will handle it via userspace
`DPDK
<https://docs.openstack.org/developer/neutron/devref/ovs_vhostuser.html>`__
For the additional info about bootstrapping configuration please read the
:doc:`bootstrapping`.