d7c00f01b5
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>
21 lines
990 B
YAML
21 lines
990 B
YAML
# A Heat environment file that can be used to deploy Neutron L2 Gateway service
|
|
#
|
|
# Currently there are only two service provider for Neutron L2 Gateway
|
|
# The default option is a dummy driver that allows to enable the API.
|
|
# In order to enable other backend, replace the content of L2gwServiceProvider
|
|
#
|
|
# - L2 gateway agent: L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.rpc_l2gw.L2gwRpcDriver:default
|
|
# - OpenDaylight: L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronL2gwApi: ../puppet/services/neutron-l2gw-api.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: "networking_l2gw.services.l2gateway.plugin.L2GatewayPlugin"
|
|
L2gwServiceProvider: ["L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.L2gwDriver:default"]
|
|
|
|
# Optional
|
|
# L2gwServiceDefaultInterfaceName:
|
|
# L2gwServiceDefaultDeviceName:
|
|
# L2gwServiceQuotaL2Gateway:
|
|
# L2gwServicePeriodicMonitoringInterval:
|