From 975243189216561f66ca91520495e0c6e2f747e2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 4 Sep 2015 14:15:27 +0000 Subject: [PATCH] Revert "turn multi host true for nova network by default" This reverts commit 2e1a91c50b73ca7f46871d3a906ade93bbcac6a7 It looks like this introduced race bug 1491949 in the gate-tempest-dsvm-large-ops job causing rpc timeouts when deallocating network information for an instance, specifically around the dnsmasq callback to release the fixed IP that the instance was using which triggers the disassociation between the fixed IP and the instance in the nova database. Change-Id: I163cdeea75e92485f241647c69aea0d7456c3258 Closes-Bug: #1491949 --- lib/nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nova b/lib/nova index ed4d43be30..6441a891eb 100644 --- a/lib/nova +++ b/lib/nova @@ -156,7 +156,7 @@ FLAT_INTERFACE=${FLAT_INTERFACE:-$GUEST_INTERFACE_DEFAULT} # ``MULTI_HOST`` is a mode where each compute node runs its own network node. This # allows network operations and routing for a VM to occur on the server that is # running the VM - removing a SPOF and bandwidth bottleneck. -MULTI_HOST=$(trueorfalse True MULTI_HOST) +MULTI_HOST=$(trueorfalse False MULTI_HOST) # ``NOVA_ALLOW_MOVE_TO_SAME_HOST`` can be set to False in multi node DevStack, # where there are at least two nova-computes.