|
...
|
...
|
@@ -161,7 +161,7 @@ FLAT_INTERFACE=${FLAT_INTERFACE:-$GUEST_INTERFACE_DEFAULT}
|
|
161
|
161
|
# ``MULTI_HOST`` is a mode where each compute node runs its own network node. This
|
|
162
|
162
|
# allows network operations and routing for a VM to occur on the server that is
|
|
163
|
163
|
# running the VM - removing a SPOF and bandwidth bottleneck.
|
|
164
|
|
-MULTI_HOST=$(trueorfalse False MULTI_HOST)
|
|
|
164
|
+MULTI_HOST=$(trueorfalse True MULTI_HOST)
|
|
165
|
165
|
|
|
166
|
166
|
# ``NOVA_ALLOW_MOVE_TO_SAME_HOST`` can be set to False in multi node DevStack,
|
|
167
|
167
|
# where there are at least two nova-computes.
|