From 88df88a19674ccc0017836941b8ee32eaadf19fb Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Thu, 23 Mar 2017 06:19:54 -0700 Subject: Deleted charms with wrong license. Will source them differently in future. Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie --- .../contrail-analytics/templates/contrail-keystone-auth.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf (limited to 'charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf') diff --git a/charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf b/charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf deleted file mode 100644 index 7e10256..0000000 --- a/charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf +++ /dev/null @@ -1,11 +0,0 @@ -[KEYSTONE] -auth_url=http://{{ auth_host }}:{{ auth_port }}/v2.0 -auth_host = {{ auth_host }} -auth_protocol = http -auth_port = {{ auth_port }} -admin_user = {{ admin_user }} -admin_password = {{ admin_password }} -admin_tenant_name = {{ admin_tenant_name }} -memcache_servers=127.0.0.1:11211 -insecure=False - -- cgit 1.2.3-korg