aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-control/templates
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/contrail-control/templates')
-rw-r--r--charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf9
-rw-r--r--charms/trusty/contrail-control/templates/control-node.conf16
-rw-r--r--charms/trusty/contrail-control/templates/vnc_api_lib.ini16
3 files changed, 0 insertions, 41 deletions
diff --git a/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf b/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf
deleted file mode 100644
index ffea798..0000000
--- a/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-###############################################################################
-# [ WARNING ]
-# Configuration file maintained by Juju. Local changes may be overwritten.
-###############################################################################
-
-[DISCOVERY]
-server = {{ discovery_server }}
-port = {{ discovery_port }}
-
diff --git a/charms/trusty/contrail-control/templates/control-node.conf b/charms/trusty/contrail-control/templates/control-node.conf
deleted file mode 100644
index 73d6bb8..0000000
--- a/charms/trusty/contrail-control/templates/control-node.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# [ WARNING ]
-# Configuration file maintained by Juju. Local changes may be overwritten.
-###############################################################################
-
-[DEFAULT]
-hostip = {{ host_ip }}
-
-[DISCOVERY]
-server = {{ discovery_server }}
-port = {{ discovery_port }}
-
-[IFMAP]
-user = {{ ifmap_user }}
-password = {{ ifmap_password }}
-
diff --git a/charms/trusty/contrail-control/templates/vnc_api_lib.ini b/charms/trusty/contrail-control/templates/vnc_api_lib.ini
deleted file mode 100644
index fd68487..0000000
--- a/charms/trusty/contrail-control/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
-