diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-10 22:52:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-10 22:52:09 +0000 |
commit | 84690023cbae970d1fe753e781f0450b34614be5 (patch) | |
tree | 50f7569490c65d34ae139555cf4b142bd66a2ac8 /environments | |
parent | e6d1aaac5745f2b32d30f3e41ba8c0a50f5b51d7 (diff) | |
parent | 4b4425dfb58ee4fdbdbf68cbd679450893c4154e (diff) |
Merge "Add BGPVPN services to scenario004"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-bgpvpn.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/neutron-bgpvpn.yaml b/environments/neutron-bgpvpn.yaml index 58157dfa..2a632480 100644 --- a/environments/neutron-bgpvpn.yaml +++ b/environments/neutron-bgpvpn.yaml @@ -12,5 +12,5 @@ resource_registry: OS::TripleO::Services::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml parameter_defaults: - NeutronServicePlugins: 'networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin' + NeutronServicePlugins: 'router, networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin' BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default' |