diff options
Diffstat (limited to 'environments/neutron-bgpvpn-opendaylight.yaml')
-rw-r--r-- | environments/neutron-bgpvpn-opendaylight.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |