heat/releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml
Jason Neatherway 7e53efc1a5 Support Neutron L2GatewayConnection 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 2nd of two resources,
OS::Neutron::L2GatewayConnection

Change-Id: I2295acafa652ace7180d1250c85f8ee079351628
Task: #23118
Story: #2002150
2019-03-08 01:07:01 +11:00

7 lines
285 B
YAML

---
features:
- New resource ``OS::Neutron::L2GatewayConnection`` to allow management of
Neutron Layer2 Gateway Connection. This resource provides capability to
connect a Neutron network to a Layer2 Gateway.
The resource depends on the Neutron ``l2-gateway`` extension.