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 dd5e47c1d7
commit debc7be0db
1 changed files with 2 additions and 0 deletions

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 }}