Document need for allow_duplicate_networks=true

This commit is contained in:
Steve Baker 2016-01-13 15:18:29 +13:00
parent 1e98fb2d85
commit 0907edc0ed
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ Configuring the Host Cloud
happen with the baremetal instances booted from an empty image it speeds
things up a bit.
#. ``/etc/nova/nova.conf`` needs ``allow_duplicate_networks=true`` in the
``[neutron]`` section so that the BMC instance can have multiple nics on the
same network.
#. Restart ``nova-compute`` and ``neutron-openvswitch-agent`` to apply the
changes above.