~james-page/charms/trusty/neutron-openvswitch/kilo

« back to all changes in this revision

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

  • Committer: james.page at ubuntu
  • Date: 2015-03-25 09:18:34 UTC
  • Revision ID: james.page@ubuntu.com-20150325091834-x6ug02u02mhma1mo
resync helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% if auth_host -%}
 
2
[keystone_authtoken]
 
3
identity_uri = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/{{ auth_admin_prefix }}
 
4
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/{{ service_admin_prefix }}
 
5
admin_tenant_name = {{ admin_tenant_name }}
 
6
admin_user = {{ admin_user }}
 
7
admin_password = {{ admin_password }}
 
8
signing_dir = {{ signing_dir }}
 
9
{% endif -%}