index : joid | ||
Flexible OPNFV platform deployment. Archived as per RT68096 | Grokmirror user |
summaryrefslogtreecommitdiffstats |
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: |