diff options
author | Peng Liu <pliu@redhat.com> | 2017-03-07 16:45:37 +0800 |
---|---|---|
committer | Ricardo Noriega <rnoriega@redhat.com> | 2017-03-30 14:42:10 +0000 |
commit | d7c00f01b5ae60c77272b1ddea5ea84b15d0a105 (patch) | |
tree | 858c1671ca3e6106c2e1e6ed003e1d8cd4c2d437 /releasenotes | |
parent | f197455ab7169f22567ce9b10ba2e91afade2f86 (diff) |
Add l2gw neutron service plugin support
L2 Gateway (L2GW) is an API framework for OpenStack that offers bridging
two or more networks together to make them look at a single broadcast
domain. This patch implements the l2gw neutron service plugin support part
in t-h-t.
Change-Id: I1b52dc2c11a15698e43b6deeac6cadeeba1802d5
Depends-On: I01a8afdc51b2a077be1bbc7855892f68756e1fd3
Partially-Implements: blueprint l2gw-service-integration
Signed-off-by: Peng Liu <pliu@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/add-l2gw-api-support-2206d3d14f409088.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/add-l2gw-api-support-2206d3d14f409088.yaml b/releasenotes/notes/add-l2gw-api-support-2206d3d14f409088.yaml new file mode 100644 index 00000000..81835323 --- /dev/null +++ b/releasenotes/notes/add-l2gw-api-support-2206d3d14f409088.yaml @@ -0,0 +1,3 @@ +--- +features: + - Add support for L2 Gateway Neutron service plugin |