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, 0 insertions, 16 deletions
diff --git a/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini b/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini
deleted file mode 100644
index fd68487..0000000
--- a/charms/trusty/contrail-analytics/templates/vnc_api_lib.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# [ 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
-