From f99f3977b6ce67dc336bfd1ca614806f404f75c1 Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Mon, 17 Jul 2017 17:21:12 +0800 Subject: Bug fix for onos sfc Add the configuration of sfc driver in networking-sfc and networking-onos. Change-Id: I2f9345d2caa030960e707f15406cb22f6b525dc0 Signed-off-by: Yifei Xue --- deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf (limited to 'deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf') diff --git a/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf b/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf old mode 100644 new mode 100755 index ddef928d..a5049f61 --- a/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf +++ b/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf @@ -2,3 +2,9 @@ service_plugins = networking_sfc.services.sfc.plugin.SfcPlugin,networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin,onos_router +[sfc] +drivers = onos + +[flowclassifier] +drivers = onos + -- cgit 1.2.3-korg