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 --- .../neutron-contrail/templates/contrail-barbican-auth.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 charms/trusty/neutron-contrail/templates/contrail-barbican-auth.conf (limited to 'charms/trusty/neutron-contrail/templates/contrail-barbican-auth.conf') diff --git a/charms/trusty/neutron-contrail/templates/contrail-barbican-auth.conf b/charms/trusty/neutron-contrail/templates/contrail-barbican-auth.conf deleted file mode 100644 index 84ab4a0..0000000 --- a/charms/trusty/neutron-contrail/templates/contrail-barbican-auth.conf +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# [ WARNING ] -# Configuration file maintained by Juju. Local changes may be overwritten. -############################################################################### - -[DEFAULT] -auth_url = http://{{ auth_host }}:{{ auth_port }}/v2.0 -auth_version = 2 -admin_user = {{ admin_user }} -admin_password = {{ admin_password }} -admin_tenant_name = {{ admin_tenant_name }} -region = {{ auth_region }} - -- cgit 1.2.3-korg