heat/releasenotes/notes/neutron-segment-support-a7d44af499838a4e.yaml
rabi e34d06f99b Add releasenote for neutron segment support
Change-Id: Ia45c5fc3491ebbd05c40b75b2bcc29f9ef72f130
2017-04-25 14:04:33 +05:30

14 lines
564 B
YAML

---
features:
- A new ``openstack`` client plugin to use
python-openstacksdk library and a ``neutron.segment``
custom constraint.
- A new ``OS::Neutron:Segment`` resource to create routed
networks. Availability of this resource depends on
availability of neutron ``segment`` API extension.
- Resource ``OS::Neutron::Subnet`` now supports ``segment``
optional property to specify a segment.
- Resource ``OS::Neutron::Net`` now supports ``l2_adjacency``
atribute on whether L2 connectivity is available across
the network or not.