diff options
-rw-r--r-- | environments/neutron-sfc-opendaylight.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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' |