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

« back to all changes in this revision

Viewing changes to templates/basicauthusers.properties

  • 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
test:test
 
7
dhcp:dhcp
 
8
visual:visual
 
9
sensor:sensor
 
10
 
 
11
# compliance testsuite users
 
12
mapclient:mapclient
 
13
helper:mapclient
 
14
 
 
15
# This is a read-only MAPC
 
16
reader:reader
 
17
 
 
18
# OpenContrail users
 
19
api-server:api-server
 
20
schema-transformer:schema-transformer
 
21
svc-monitor:svc-monitor
 
22
 
 
23
{% for cred in ifmap_creds -%}
 
24
{{ cred["username"] }}:{{ cred["password"] }}
 
25
{% endfor -%}