From 450aed3ac879cca4ad2082ef3c7d158ca8a81c53 Mon Sep 17 00:00:00 2001 From: Ricardo Noriega Date: Mon, 6 Aug 2018 13:07:02 +0200 Subject: [PATCH] Fix Neutron SFC environment file Change-Id: I390900b343513ad5689b5534af4014ad3fe22c14 Signed-off-by: Ricardo Noriega --- environments/services/neutron-sfc-opendaylight.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environments/services/neutron-sfc-opendaylight.yaml b/environments/services/neutron-sfc-opendaylight.yaml index b2f0073922..55b21f7a67 100644 --- a/environments/services/neutron-sfc-opendaylight.yaml +++ b/environments/services/neutron-sfc-opendaylight.yaml @@ -1,7 +1,6 @@ # A Heat environment file that can be used to deploy Neutron SFC service with OpenDaylight resource_registry: - # FIXME(bogdando): switch it, once it is containerized - OS::TripleO::Services::NeutronSfcApi: ../../docker/services/neutron-bgpvpn-api.yaml + OS::TripleO::Services::NeutronSfcApi: ../../docker/services/neutron-sfc-api.yaml parameter_defaults: NeutronServicePlugins: 'odl-router_v2,trunk,flow_classifier,sfc'