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 <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2018-09-12 18:27:16 +02:00
parent 6b4c019918
commit 9ec6cfc737
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}