With multi host set to true devstack's dnsmasq server no longer
listens on the network to other systems. In the gate we can see we're
getting a ton of spurious dhcp requests from other systems on the
network, and it's better that we never even see it.
Change-Id: Ie600de91e4a7da734eae722e78101c2401a7b1f5
| ... | ... |
@@ -156,7 +156,7 @@ FLAT_INTERFACE=${FLAT_INTERFACE:-$GUEST_INTERFACE_DEFAULT}
|
| 156 | 156 |
# ``MULTI_HOST`` is a mode where each compute node runs its own network node. This |
| 157 | 157 |
# allows network operations and routing for a VM to occur on the server that is |
| 158 | 158 |
# running the VM - removing a SPOF and bandwidth bottleneck. |
| 159 |
-MULTI_HOST=$(trueorfalse False MULTI_HOST) |
|
| 159 |
+MULTI_HOST=$(trueorfalse True MULTI_HOST) |
|
| 160 | 160 |
|
| 161 | 161 |
# ``NOVA_ALLOW_MOVE_TO_SAME_HOST`` can be set to False in multi node DevStack, |
| 162 | 162 |
# where there are at least two nova-computes. |