From 7193f0c7f1aa90f9514aa7b4a38353b24f415172 Mon Sep 17 00:00:00 2001 From: zhangyuanyou Date: Thu, 21 Jul 2016 17:21:52 +0800 Subject: [PATCH] add profile to support onos-sfc. Change-Id: If4fc6842d02cfb2979422b442a01110ce95be08f Signed-off-by: Yuanyou Zhang --- ci/bundle_tpl/neutron-gateway.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/bundle_tpl/neutron-gateway.yaml b/ci/bundle_tpl/neutron-gateway.yaml index 6b7d19a1..5b26ac59 100644 --- a/ci/bundle_tpl/neutron-gateway.yaml +++ b/ci/bundle_tpl/neutron-gateway.yaml @@ -13,6 +13,9 @@ plugin: ovs-odl {% elif os.network.controller == 'onos' %} plugin: onos +{% if os.network.sfc %} + profile: onos-sfc +{% endif %} {% endif %} instance-mtu: 1400 to: -- 2.16.6