aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/neutron-api-contrail/templates/ContrailPlugin.ini
blob: 59fba1e12950a9e4fe51f6d5bc6143870d146292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################

[APISERVER]
api_server_ip = {{ api_server }}
api_server_port = {{ api_port }}
multi_tenancy = True

[KEYSTONE]
admin_user = {{ admin_user }}
admin_password = {{ admin_password }}
admin_tenant_name = {{ admin_tenant_name }}
auth_url = http://{{ auth_host }}:{{ auth_port }}/v2.0

{%- if authtoken %}

[keystone_authtoken]
auth_host = {{ auth_host }}
auth_port = {{ auth_port }}
auth_protocol = http
{%- if authtoken_creds %}
admin_user = {{ admin_user }}
admin_password = {{ admin_password }}
admin_tenant_name = {{ admin_tenant_name }}
{%- endif %}

{%- endif %}