From 78500bc2e606bd1f80e05d86bf7da4d1d27f77b1 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 3 Oct 2016 10:25:15 -0400 Subject: Renames OpenDaylight to OpenDaylightApi and splits out OVS configuration This patch modifies the service name to be more appropriately called "OpenDaylightApi" along side the "OpenDaylightOvs" service used to configure OpenVSwitch. It also splits out the OVS configuration for controller nodes into the composable OpenDaylightOvs service. Related-Bug: #1629408 Change-Id: I15221401acdfb2a9ef81107b54a8005348f8372f Signed-off-by: Tim Rozet --- environments/neutron-opendaylight.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environments/neutron-opendaylight.yaml') diff --git a/environments/neutron-opendaylight.yaml b/environments/neutron-opendaylight.yaml index 88240ed2..a0fe4514 100644 --- a/environments/neutron-opendaylight.yaml +++ b/environments/neutron-opendaylight.yaml @@ -2,7 +2,7 @@ resource_registry: OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None - OS::TripleO::Services::OpenDaylight: ../puppet/services/opendaylight-api.yaml + OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml parameter_defaults: -- cgit 1.2.3-korg