From: Ricardo Noriega Date: Wed, 19 Jul 2017 16:16:30 +0000 (+0200) Subject: Adding NeutronCorePlugin service to BGPVPN scenario X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F37793%2F1;p=apex-tripleo-heat-templates.git Adding NeutronCorePlugin service to BGPVPN scenario It is necessary for OpenDaylight deployments Change-Id: I9b487c58aef01f45cceaddf751fa89a3fa8a7998 Signed-off-by: Ricardo Noriega --- diff --git a/environments/neutron-bgpvpn-opendaylight.yaml b/environments/neutron-bgpvpn-opendaylight.yaml index c9ddf91e..b4c89d01 100644 --- a/environments/neutron-bgpvpn-opendaylight.yaml +++ b/environments/neutron-bgpvpn-opendaylight.yaml @@ -1,5 +1,5 @@ # A Heat environment file that can be used to deploy Neutron BGPVPN service -# +# # This environment file deploys Neutron BGPVPN service and configures # Opendaylight as its service provider. # @@ -7,6 +7,7 @@ resource_registry: OS::TripleO::Services::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml + OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None