aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-31 09:48:48 +0000
committerGerrit Code Review <review@openstack.org>2017-01-31 09:48:48 +0000
commit716374680b3d77745adb382a86dfe92801b803b2 (patch)
tree3173b2a47d86ce622be684078da910af8ada7d3b /environments
parent85120f4609db89997f42ff658154132474f50366 (diff)
parente8996d9fff90eacc7bc56fa0aa46b613249016a4 (diff)
Merge "Removes deprecated neutron-opendaylight-l3 env file"
Diffstat (limited to 'environments')
-rw-r--r--environments/neutron-opendaylight-l3.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/environments/neutron-opendaylight-l3.yaml b/environments/neutron-opendaylight-l3.yaml
deleted file mode 100644
index 6d5c7404..00000000
--- a/environments/neutron-opendaylight-l3.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-# A Heat environment that can be used to deploy OpenDaylight with L3 DVR
-resource_registry:
- OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
- OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
- OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
- OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
- OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml
- OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
-
-parameter_defaults:
- NeutronEnableForceMetadata: true
- NeutronMechanismDrivers: 'opendaylight_v2'
- NeutronServicePlugins: 'odl-router_v2'
- OpenDaylightEnableL3: "'yes'"