Default service plugin for OpenDaylight scenario are not present
If the user deploys an environment with neutron-l2gw-opendaylight.yaml, it won't have L3 networking and trunk ports. Change-Id: Idf2222a99203787f2295a0991ef8f392bdeb87e6 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This commit is contained in:
parent
5926cbaa90
commit
4260db4bce
@ -8,7 +8,7 @@ resource_registry:
|
||||
OS::TripleO::Services::NeutronL2gwApi: ../puppet/services/neutron-l2gw-api.yaml
|
||||
|
||||
parameter_defaults:
|
||||
NeutronServicePlugins: "l2gw"
|
||||
NeutronServicePlugins: "odl-router_v2,trunk,l2gw"
|
||||
L2gwServiceProvider: ['L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default']
|
||||
|
||||
# Optional
|
||||
|
Loading…
Reference in New Issue
Block a user