Bug 1244226

Summary: allow_overlapping_ips should be enabled by default
Product: Red Hat OpenStack Reporter: Attila Darazs <adarazs>
Component: openstack-tripleo-heat-templatesAssignee: Jiri Stransky <jstransk>
Status: CLOSED ERRATA QA Contact: Omri Hochman <ohochman>
Severity: high Docs Contact:
Priority: high    
Version: DirectorCC: itbrown, mburns, nbarcet, ohochman, rbiba, rhel-osp-director-maint, whayutin
Target Milestone: gaKeywords: Automation
Target Release: Director   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-0.8.6-44.el7ost Doc Type: Bug Fix
Doc Text:
Prior to this release, the allow_overlapping_ips Neutron setting was left at default. As a consequence, allow_overlapping_ips in Neutron was disabled, preventing definition of multiple networks with the same ranges. This problem has been fixed by setting allow_overlapping_ips to "true", and as a result, networks with overlapping ranges can be defined.
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-05 13:59:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Attila Darazs 2015-07-17 13:47:08 UTC
Description of problem:
In /etc/neutron/neutron.conf we have

allow_overlapping_ips = False

This is not optimal for a default neutron installation and breaks tempest tests that assume this is the default.

Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-0.8.6-43.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1. Deploy overcloud with default settings
2. check /etc/neutron/neutron.conf

Actual results:
False

Expected results:
True

Comment 3 Jiri Stransky 2015-07-17 14:00:51 UTC
Patch tested upstream:

[root@overcloud-controller-0 ~]# grep ^allow_overlapping_ips /etc/neutron/neutron.conf
allow_overlapping_ips = True

[root@overcloud-novacompute-0 ~]# grep ^allow_overlapping_ips /etc/neutron/neutron.conf
allow_overlapping_ips = True

Comment 5 Itzik Brown 2015-07-20 12:18:41 UTC
Checked with openstack-tripleo-heat-templates-0.8.6-44.el7ost.noarch

Comment 7 errata-xmlrpc 2015-08-05 13:59:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2015:1549