Add releasenote for neutron segment support

Change-Id: Ia45c5fc3491ebbd05c40b75b2bcc29f9ef72f130
This commit is contained in:
rabi 2017-04-19 14:06:09 +05:30
parent e93d76efdf
commit e34d06f99b

View File

@ -0,0 +1,13 @@
---
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.