e34d06f99b
Change-Id: Ia45c5fc3491ebbd05c40b75b2bcc29f9ef72f130
14 lines
564 B
YAML
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.
|