diff options
author | zhangyuanyou <zhangyuanyou@huawei.com> | 2016-07-21 17:21:52 +0800 |
---|---|---|
committer | zhangyuanyou <zhangyuanyou@huawei.com> | 2016-07-21 20:34:39 +0800 |
commit | 7193f0c7f1aa90f9514aa7b4a38353b24f415172 (patch) | |
tree | 830aa179fe044c55ca190b6c11b54b251610e046 | |
parent | 19e9147cc35cb1396cf5c5e994621d6a23b83769 (diff) |
add profile to support onos-sfc.
Change-Id: If4fc6842d02cfb2979422b442a01110ce95be08f
Signed-off-by: Yuanyou Zhang <zhangyuanyou@huawei.com>
-rw-r--r-- | ci/bundle_tpl/neutron-gateway.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |