From 277752ea6703f8f2ecf634a714739ac5581cc88d Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Fri, 20 Sep 2013 16:13:18 +0200 Subject: [PATCH] Allow overlapping IPs for Neutron Change-Id: I4fe13bb464a49cc2c27a3869092f69cf88de427f Fixes: rhbz#1008863 --- packstack/puppet/templates/neutron.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packstack/puppet/templates/neutron.pp b/packstack/puppet/templates/neutron.pp index 1d26429aa..ffdc98758 100644 --- a/packstack/puppet/templates/neutron.pp +++ b/packstack/puppet/templates/neutron.pp @@ -10,5 +10,6 @@ class { 'neutron': rpc_backend => 'neutron.openstack.common.rpc.impl_qpid', qpid_hostname => '%(CONFIG_QPID_HOST)s', core_plugin => '%(CONFIG_NEUTRON_CORE_PLUGIN)s', + allow_overlapping_ips => true, verbose => true, }