From d7c00f01b5ae60c77272b1ddea5ea84b15d0a105 Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Tue, 7 Mar 2017 16:45:37 +0800 Subject: 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 --- roles_data.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles_data.yaml') diff --git a/roles_data.yaml b/roles_data.yaml index 130451ff..780c9c93 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -55,6 +55,7 @@ - OS::TripleO::Services::MySQLClient - OS::TripleO::Services::NeutronBgpvpnApi - OS::TripleO::Services::NeutronDhcpAgent + - OS::TripleO::Services::NeutronL2gwApi - OS::TripleO::Services::NeutronL3Agent - OS::TripleO::Services::NeutronMetadataAgent - OS::TripleO::Services::NeutronApi -- cgit 1.2.3-korg