From a8dfff3e3b71f134ca37d34938d06016d7d3345d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 9 Nov 2021 21:46:35 +0900 Subject: [PATCH] neutron: Stop setting the allow_overlapping_ips parameter ... because the parameter was already deprecated[1]. [1] 042de7e6bbb3a187e8e12462eb35e6740448b2be Change-Id: Idd44bf82632279d3fc7104fa8bae95d721544833 --- manifests/neutron.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 58eb94bca..9f701a319 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -179,7 +179,6 @@ class openstack_integration::neutron ( }), rabbit_use_ssl => $::openstack_integration::config::ssl, amqp_sasl_mechanisms => 'PLAIN', - allow_overlapping_ips => true, core_plugin => 'ml2', service_plugins => $plugins_list, bind_host => $::openstack_integration::config::host,