diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-21 12:36:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-21 12:36:13 +0000 |
commit | 1cd62bf0cef94a26be48d27cc663b4e4b1603100 (patch) | |
tree | 0dcd82d4592afda70c0638bd7450435f3b6d6db2 /ci/bundle_tpl/neutron-gateway.yaml | |
parent | 70d33614327d7d95f86c4b89b1b43988d513e6b6 (diff) | |
parent | 7193f0c7f1aa90f9514aa7b4a38353b24f415172 (diff) |
Merge "add profile to support onos-sfc."
Diffstat (limited to 'ci/bundle_tpl/neutron-gateway.yaml')
-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: |