~james-page/charms/trusty/nova-compute/lp1516640

« 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-31 15:01:48 UTC
  • mfrom: (116 nova-compute)
  • mto: This revision was merged to the branch mainline in revision 117.
  • Revision ID: james.page@ubuntu.com-20150331150148-fn3iawy9bqboe0d3
Rebase, resync

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 -%}