File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ function configure_neutron_new {
219219 iniset $NEUTRON_CONF DEFAULT core_plugin $NEUTRON_CORE_PLUGIN
220220
221221 iniset $NEUTRON_CONF DEFAULT policy_file $policy_file
222- iniset $NEUTRON_CONF DEFAULT allow_overlapping_ips True
223222 iniset $NEUTRON_CONF DEFAULT router_distributed $NEUTRON_DISTRIBUTED_ROUTING
224223
225224 iniset $NEUTRON_CONF DEFAULT auth_strategy $NEUTRON_AUTH_STRATEGY
Original file line number Diff line number Diff line change @@ -941,7 +941,6 @@ function _configure_neutron_service {
941941
942942 iniset $NEUTRON_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
943943 iniset $NEUTRON_CONF oslo_policy policy_file $Q_POLICY_FILE
944- iniset $NEUTRON_CONF DEFAULT allow_overlapping_ips $Q_ALLOW_OVERLAPPING_IP
945944
946945 iniset $NEUTRON_CONF DEFAULT auth_strategy $Q_AUTH_STRATEGY
947946 configure_keystone_authtoken_middleware $NEUTRON_CONF $Q_ADMIN_USERNAME
You can’t perform that action at this time.
0 commit comments