Merge "V2 driver is needed to work with ODL 9.0"

This commit is contained in:
Zuul 2018-09-25 13:20:57 +00:00 committed by Gerrit Code Review
commit 22b1979cde
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 %}