From 0907edc0ed1371aefb4723a8c32c12e73e33eed1 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 13 Jan 2016 15:18:29 +1300 Subject: [PATCH] Document need for allow_duplicate_networks=true --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 88696c4..3aa249e 100644 --- a/README.rst +++ b/README.rst @@ -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.