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 = {{ auth_protocol }} AUTHN_SERVER = {{ auth_host }} AUTHN_PORT = {{ auth_port }} AUTHN_URL = /v2.0/tokens |