Bug 1244226
| Summary: | allow_overlapping_ips should be enabled by default | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Attila Darazs <adarazs> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | Director | CC: | itbrown, mburns, nbarcet, ohochman, rbiba, rhel-osp-director-maint, whayutin |
| Target Milestone: | ga | Keywords: | 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
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 Checked with openstack-tripleo-heat-templates-0.8.6-44.el7ost.noarch 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 |