openstack-ansible-os_neutron/releasenotes/notes/os-neutron-handle_internal_only_routers-e46092d6f1f7c4b0.yaml
Bjoern Teipel c15dcba878 Use upstream neutron default for handle_internal_only_routers
The configuration for the variable handle_internal_only_routers
is removed in order to use the Neutron upstream default setting.
The current default for handle_internal_only_routers is True,
which does allow Neutron L3 router without external networks
attached (as discussed per https://bugs.launchpad.net/neutron/+bug/1572390)

Change-Id: I78bd4216bb459224df2a5cd67f344732ea5d1214
Closes-Bug: #1577868
2016-05-03 15:18:07 -05:00

8 lines
379 B
YAML

---
upgrade:
- The Neutron L3 Agent configuration for the handle_internal_only_routers
variable is removed in order to use the Neutron upstream default setting.
The current default for handle_internal_only_routers is True,
which does allow Neutron L3 router without external networks attached
(as discussed per https://bugs.launchpad.net/neutron/+bug/1572390).