~robert-ayres/charms/trusty/contrail-configuration/trunk

« back to all changes in this revision

Viewing changes to templates/contrail-api.conf

  • Committer: Robert Ayres
  • Date: 2014-09-10 14:03:02 UTC
  • Revision ID: robert.ayres@canonical.com-20140910140302-bqu0wb61an4nhgfa
Initial charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
 
5
 
 
6
[DEFAULTS]
 
7
log_file = /var/log/contrail/contrail-api.log
 
8
ifmap_server_ip = 127.0.0.1
 
9
ifmap_username = api-server
 
10
ifmap_password = api-server
 
11
cassandra_server_list = {{ cassandra_servers|join(" ") }}
 
12
auth = keystone
 
13
multi_tenancy = True
 
14
disc_server_ip = 127.0.0.1
 
15
disc_server_port = 5998
 
16
zk_server_ip = {{ zk_servers|join(",") }}
 
17
rabbit_server = {{ rabbit_server }}
 
18
rabbit_user = {{ rabbit_user }}
 
19
rabbit_password = {{ rabbit_password }}
 
20
rabbit_vhost = {{ rabbit_vhost }}
 
21
 
 
22
[KEYSTONE]
 
23
auth_host = {{ auth_host }}
 
24
auth_port = {{ auth_port }}
 
25
auth_protocol = http
 
26
admin_user = {{ admin_user }}
 
27
admin_password = {{ admin_password }}
 
28
admin_token = 
 
29
admin_tenant_name = {{ admin_tenant_name }}
 
30