From: Tim Rozet Date: Thu, 19 Oct 2017 14:53:33 +0000 (-0400) Subject: Due to bugs in v2 driver, reverting to v1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fstable%2Feuphrates;p=apex-tripleo-heat-templates.git Due to bugs in v2 driver, reverting to v1 This is only for Euphrates 5.0 release. We will revert this afterwards. Change-Id: I447a12dc17ec8404b5cd9bdc61550502c258ed35 Signed-off-by: Tim Rozet --- diff --git a/environments/neutron-sfc-opendaylight.yaml b/environments/neutron-sfc-opendaylight.yaml index 94601893..f96b535e 100644 --- a/environments/neutron-sfc-opendaylight.yaml +++ b/environments/neutron-sfc-opendaylight.yaml @@ -14,5 +14,5 @@ parameter_defaults: NeutronMechanismDrivers: 'opendaylight_v2' OpenDaylightFeatures: ["odl-netvirt-sfc","odl-jolokia"] NeutronServicePlugins: 'odl-router_v2,trunk,flow_classifier,sfc' - NeutronSfcDriver: 'odl_v2' - NeutronFcDriver: 'odl_v2' + NeutronSfcDriver: 'odl' + NeutronFcDriver: 'odl'