tripleo-heat-templates/releasenotes/notes/undercloud-add-support-enable-routed-networks-on-update-294acc2136c0fe47.yaml
Harald Jensås 3892154d5a Allow enabling routed networks on undercloud update|upgrade
Since Rocky neutron has support to enable routed networks on
existing an network and subnet if certain conditions are met.
The tripleo undercloud does meet these conditions.

This change updates the extraconfig post script that creates
the neutron ctlplane networks. Any non routed network is
updated to a routed network if 'enable_routed_networks' = True
in the configuration.

Closes-Bug: #1790877
Change-Id: Idf2dd4c158d29b147d48153d3626cf403059d660
2018-11-20 02:53:18 +01:00

8 lines
296 B
YAML

---
features:
- |
It is now possible to enable support for routed networks in the undercloud
when the undercloud is updated or upgraded. To enable support for routed
networks set ``enable_routed_networks`` to ``True`` in ``undercloud.conf``
and re-run the undercloud installer.