~gnuoy/charms/trusty/cinder/1453940-stable

« 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-30 14:23:03 UTC
  • mfrom: (79.1.11 cinder)
  • Revision ID: james.page@ubuntu.com-20150330142303-iuoph9551g2brxhc
Add full kilo support

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