From e8996d9fff90eacc7bc56fa0aa46b613249016a4 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 13 Jan 2017 16:42:31 -0500 Subject: Removes deprecated neutron-opendaylight-l3 env file Somehow missed deleting this in previous patch. This file should be removed as only neutron-opendaylight.yaml env file should be used. Related-Bug: 1654586 Change-Id: Ibd56b032b86170fed947d8030cb0bd443581ee87 Signed-off-by: Tim Rozet --- environments/neutron-opendaylight-l3.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 environments/neutron-opendaylight-l3.yaml (limited to 'environments') 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'" -- cgit 1.2.3-korg