summaryrefslogtreecommitdiff
path: root/releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml
diff options
context:
space:
mode:
authorJason Neatherway <neatherweb@gmail.com>2018-08-04 23:28:27 +1000
committerJason Neatherway <neatherweb@gmail.com>2019-03-08 01:07:01 +1100
commit7e53efc1a5983cf976cc05459bed53c7e10788d5 (patch)
tree0f9ca8af6e24e0d1caebafee6a85eba794d4c95c /releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml
parent0ef8296644677d07b31bb30f0c136808a79439dd (diff)
downloadheat-7e53efc1a5983cf976cc05459bed53c7e10788d5.tar.gz
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
Diffstat (limited to 'releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml')
-rw-r--r--releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml b/releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml
new file mode 100644
index 000000000..812a1e725
--- /dev/null
+++ b/releasenotes/notes/neutron-l2gw-connection-support-56fc2db6e448100a.yaml
@@ -0,0 +1,6 @@
+---
+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.