From f22e7ac163e30b07bb1582d55c40123ef23a735f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 7 Jul 2016 07:55:37 -0500 Subject: tried to modify into single bundle. That is correct step to move towards JUJU 2.0 Change-Id: I58e24aac2b5c23982a888bdc69830f95a9f79122 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/neutron-api.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/bundle_tpl/neutron-api.yaml') diff --git a/ci/bundle_tpl/neutron-api.yaml b/ci/bundle_tpl/neutron-api.yaml index 86c6fedf..88990cb3 100644 --- a/ci/bundle_tpl/neutron-api.yaml +++ b/ci/bundle_tpl/neutron-api.yaml @@ -4,7 +4,8 @@ options: neutron-security-groups: true {% if os.network.controller == 'nosdn' %} - overlay-network-type: vxlan + flat-network-providers: "*" + #overlay-network-type: gre vxlan {% elif os.network.controller == 'odl' %} manage-neutron-plugin-legacy-mode: False {% elif os.network.controller == 'onos' %} -- cgit 1.2.3-korg