From 9ec6cfc7377233685315de575880e55d83da347e Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 12 Sep 2018 18:27:16 +0200 Subject: [PATCH] V2 driver is needed to work with ODL 9.0 The new version of ODL (released 28th of August) requires the version 2 of the SFC driver in order for SFC to work Change-Id: Idc50e27b84cc6287765dea1cb6b69dd53e4960d2 Signed-off-by: Manuel Buil --- templates/neutron.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/neutron.conf.j2 b/templates/neutron.conf.j2 index 83d25a7e..300da129 100644 --- a/templates/neutron.conf.j2 +++ b/templates/neutron.conf.j2 @@ -275,8 +275,8 @@ lock_path = {{ neutron_lock_path }} {% if neutron_services['neutron-server']['group'] in group_names and 'networking_sfc.services.sfc.plugin.SfcPlugin' in neutron_plugin_base %} # ODL-SFC [sfc] -drivers = odl +drivers = odl_v2 [flowclassifier] -drivers = odl +drivers = odl_v2 {% endif %}