Allow overlapping IPs for Neutron

Change-Id: I4fe13bb464a49cc2c27a3869092f69cf88de427f
Fixes: rhbz#1008863
This commit is contained in:
Martin Magr
2013-09-20 16:13:18 +02:00
parent 6b19e22919
commit 277752ea67

View File

@@ -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,
}