modified the template to specfic to nuage vsp only.

This commit is contained in:
Narinder Gupta 2015-11-04 10:06:18 -06:00
parent b75aedccc2
commit a240669462

View File

@ -119,7 +119,9 @@ instances_path = {{ instances_path }}
[neutron]
url = {{ network_manager_config.neutron_url }}
{% if network_manager_config.keystone_host -%}
{% if neutron_plugin and neutron_plugin == 'vsp' -%}
ovs_bridge = alubr0
{% endif -%}
auth_strategy = keystone
admin_tenant_name = {{ network_manager_config.neutron_admin_tenant_name }}
admin_username = {{ network_manager_config.neutron_admin_username }}