Skip to content

Commit facf156

Browse files
committed
Neutron: Do not set removed allow_overlapping_ips
The parameter has been removed from neutron by [1]. [1] fde91e8059a9a23fb7ece6e3463984329c7ea581 Change-Id: I3b838ea741d19729d6fcf03c0478b1b4d8ec1213
1 parent cf0bf74 commit facf156

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
@@ -213,7 +213,6 @@ function configure_neutron_new {
213213
iniset $NEUTRON_CONF DEFAULT core_plugin $NEUTRON_CORE_PLUGIN
214214

215215
iniset $NEUTRON_CONF DEFAULT policy_file $policy_file
216-
iniset $NEUTRON_CONF DEFAULT allow_overlapping_ips True
217216
iniset $NEUTRON_CONF DEFAULT router_distributed $NEUTRON_DISTRIBUTED_ROUTING
218217

219218
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
@@ -916,7 +916,6 @@ function _configure_neutron_service {
916916

917917
iniset $NEUTRON_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
918918
iniset $NEUTRON_CONF oslo_policy policy_file $Q_POLICY_FILE
919-
iniset $NEUTRON_CONF DEFAULT allow_overlapping_ips $Q_ALLOW_OVERLAPPING_IP
920919

921920
iniset $NEUTRON_CONF DEFAULT auth_strategy $Q_AUTH_STRATEGY
922921
configure_keystone_authtoken_middleware $NEUTRON_CONF $Q_ADMIN_USERNAME

0 commit comments

Comments
 (0)