Update routed network reno

With Ieabb2ded33ec0c0b68f21c9afa16a9baddc61393 using
subnet-to-segment mapping is made optional. This
updates the releasenote.

Change-Id: I6292bb68f195b8cf319401d4ba20c441193b4178
This commit is contained in:
Harald Jensas 2018-02-15 19:32:20 +01:00
parent 52dbe134ab
commit a903c10542
1 changed files with 7 additions and 2 deletions

View File

@ -5,10 +5,15 @@ prelude: >
changes. Please refer to the **Deprecation Notes** and **Upgrade notes**
section for details.
features:
- Routed networks support adds the ability to configure Ironic Inspector
- |
Routed networks support adds the ability to configure Ironic Inspector
and Neutron provisioning network in the undercloud to enable provisioning
of nodes via DHCP-relay to the undercloud from remote routed network
segments.
segments. Routed networks is by default disabled, to enable set option
``enable_routed_networks`` to ``True`` in ``undercloud.conf``.
.. Note:: Changing the ``enable_routed_networks`` option after the initial
undercloud installation is not possible.
upgrade:
- |
With support for routed network segments, several options are deprecated