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

« back to all changes in this revision

Viewing changes to templates/vnc_api_lib.ini

  • 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
[global]
 
7
WEB_SERVER = 127.0.0.1
 
8
WEB_PORT = 8082
 
9
 
 
10
[auth]
 
11
AUTHN_TYPE = keystone
 
12
AUTHN_PROTOCOL = http
 
13
AUTHN_SERVER = {{ auth_host }}
 
14
AUTHN_PORT = {{ auth_port }}
 
15
AUTHN_URL = /v2.0/tokens
 
16