diff options
Diffstat (limited to 'charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf')
-rw-r--r-- | charms/trusty/contrail-analytics/templates/contrail-keystone-auth.conf | 11 |
1 files changed, 0 insertions, 11 deletions
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 - |