~openstack-charmers-next/charms/xenial/lxd/trunk

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/templates/section-keystone-authtoken-legacy

  • Committer: Liam Young
  • Date: 2016-04-12 14:08:07 UTC
  • Revision ID: liam.young@canonical.com-20160412140807-v7y6nan06ce7a2t3
Charmhelper sync before 1604 testing

Change-Id: I0ea7b401705b257a6e98b4166298973c4ed29b08

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% if auth_host -%}
 
2
[keystone_authtoken]
 
3
# Juno specific config (Bug #1557223)
 
4
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/{{ service_admin_prefix }}
 
5
identity_uri = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
 
6
admin_tenant_name = {{ admin_tenant_name }}
 
7
admin_user = {{ admin_user }}
 
8
admin_password = {{ admin_password }}
 
9
signing_dir = {{ signing_dir }}
 
10
{% endif -%}