Skip to content

Commit d9e2d10

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Neutron: Do not set removed allow_overlapping_ips"
2 parents 79bef06 + facf156 commit d9e2d10

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/neutron

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/neutron-legacy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)