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
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