aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-configuration/templates/basicauthusers.properties
blob: 3a39e5cd948656782d3ca5eb9e006db71a01b320 (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
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################

test:test
dhcp:dhcp
visual:visual
sensor:sensor

# compliance testsuite users
mapclient:mapclient
helper:mapclient

# This is a read-only MAPC
reader:reader

# OpenContrail users
api-server:api-server
schema-transformer:schema-transformer
svc-monitor:svc-monitor

{% for cred in ifmap_creds -%}
{{ cred["username"] }}:{{ cred["password"] }}
{% endfor -%}