From d1742febe8b03e3c921e37c2f51639eb069779af Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Thu, 7 Mar 2013 13:34:57 +0100 Subject: [PATCH] Set allow_overlapping_ips to True by default Bug 1152141 Change-Id: I36b3a91ac9c52ea8371df3adc7fcd0f55ad27a58 --- lib/quantum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quantum b/lib/quantum index 63f9bcb002..eebbabf282 100644 --- a/lib/quantum +++ b/lib/quantum @@ -89,7 +89,7 @@ Q_USE_ROOTWRAP=${Q_USE_ROOTWRAP:-True} # Meta data IP Q_META_DATA_IP=${Q_META_DATA_IP:-$HOST_IP} # Allow Overlapping IP among subnets -Q_ALLOW_OVERLAPPING_IP=${Q_ALLOW_OVERLAPPING_IP:-False} +Q_ALLOW_OVERLAPPING_IP=${Q_ALLOW_OVERLAPPING_IP:-True} # Use quantum-debug command Q_USE_DEBUG_COMMAND=${Q_USE_DEBUG_COMMAND:-False} # The name of the default q-l3 router