neutron: Stop setting the allow_overlapping_ips parameter
... because the parameter was already deprecated[1]. [1] 042de7e6bbb3a187e8e12462eb35e6740448b2be Change-Id: Idd44bf82632279d3fc7104fa8bae95d721544833
This commit is contained in:
parent
255bffb622
commit
a8dfff3e3b
@ -179,7 +179,6 @@ class openstack_integration::neutron (
|
|||||||
}),
|
}),
|
||||||
rabbit_use_ssl => $::openstack_integration::config::ssl,
|
rabbit_use_ssl => $::openstack_integration::config::ssl,
|
||||||
amqp_sasl_mechanisms => 'PLAIN',
|
amqp_sasl_mechanisms => 'PLAIN',
|
||||||
allow_overlapping_ips => true,
|
|
||||||
core_plugin => 'ml2',
|
core_plugin => 'ml2',
|
||||||
service_plugins => $plugins_list,
|
service_plugins => $plugins_list,
|
||||||
bind_host => $::openstack_integration::config::host,
|
bind_host => $::openstack_integration::config::host,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user