diff options
Diffstat (limited to 'ci/bundle_tpl/neutron-api.yaml')
-rw-r--r-- | ci/bundle_tpl/neutron-api.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/bundle_tpl/neutron-api.yaml b/ci/bundle_tpl/neutron-api.yaml index 053b6ffa..9ee914ae 100644 --- a/ci/bundle_tpl/neutron-api.yaml +++ b/ci/bundle_tpl/neutron-api.yaml @@ -5,7 +5,9 @@ neutron-security-groups: true {% if os.network.controller == 'nosdn' %} flat-network-providers: "*" - #overlay-network-type: gre vxlan +{% if os.network.dvr %} + overlay-network-type: vxlan +{% endif %} {% elif os.network.controller == 'odl' %} manage-neutron-plugin-legacy-mode: False {% elif os.network.controller == 'onos' %} |