heat/releasenotes/notes/subnet-allow-update-segmentid-d3b20b8c24969d0a.yaml
Harald Jensås 066f95815a Allow updating the segment property of OS::Neutron::Subnet
Neutron allows updating the segment_id property of a subnet
to enable migration from non routed network to a routed
network.

This changes the Subnet resource to allow updating the
segment property so that heat users can migrate ro a routed
network.

Story: 2001988
Task: 19609
Depends-On: Iffda823a149a1143f46ee9a05e9640b34bf42c51
Change-Id: I6682a67da1b728f65f603ee40a200e9e0ee2e5b3
2018-06-20 08:10:59 +00:00

7 lines
179 B
YAML

---
features:
- |
Adds support to update the ``segment_id`` of ``OS::Neutron::Subnet``
resource. This enables migration from non routed network to a routed
network.