modified the template to specfic to nuage vsp only.
This commit is contained in:
parent
b75aedccc2
commit
a240669462
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user