aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/contrail-analytics/templates/vnc_api_lib.ini')
-rw-r--r--charms/trusty/contrail-analytics/templates/vnc_api_lib.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini b/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini
new file mode 100644
index 0000000..fd68487
--- /dev/null
+++ b/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini
@@ -0,0 +1,16 @@
+###############################################################################
+# [ WARNING ]
+# Configuration file maintained by Juju. Local changes may be overwritten.
+###############################################################################
+
+[global]
+WEB_SERVER = {{ api_server }}
+WEB_PORT = {{ api_port }}
+
+[auth]
+AUTHN_TYPE = keystone
+AUTHN_PROTOCOL = http
+AUTHN_SERVER = {{ auth_host }}
+AUTHN_PORT = {{ auth_port }}
+AUTHN_URL = /v2.0/tokens
+