blob: 4cfbac99d84c4a86df5018c4ce10d20121c4ab2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
[global]
WEB_SERVER = 127.0.0.1
WEB_PORT = {{ api_port }}
[auth]
AUTHN_TYPE = keystone
AUTHN_PROTOCOL = http
AUTHN_SERVER = {{ auth_host }}
AUTHN_PORT = {{ auth_port }}
AUTHN_URL = /v2.0/tokens
|