heat/releasenotes/notes/neutron-l2gw-support-9fbb690bb5648f76.yaml
Jason Neatherway 0731857d0d Support Neutron L2Gateway resource
The Neutron extension for layer2 gateway (networking-l2gw) provides a API to
manage L2GW components. The proposed change is to implement two new Heat
resources to allow management of the L2GW and L2GW-connection resources.
This change implements the first of the two resources,
OS::Neutron::L2Gateway

Change-Id: Ib850f027833106cb39d3d1f6e644bbb1f79f1aac
Task: #19995
Story: #2002150
2019-03-08 02:32:29 +11:00

7 lines
254 B
YAML

---
features:
- New resource ``OS::Neutron::L2Gateway`` to allow management of Neutron
Layer2 Gateway. This resource provides life-cycle management of layer2
gateway instances. The resource depends on the Neutron ``l2-gateway``
extension.