~canonical-hw-cert/charms/xenial/snappy-device-agent/trunk

« back to all changes in this revision

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

  • Committer: Paul Larson
  • Date: 2016-05-16 20:27:32 UTC
  • Revision ID: paul.larson@canonical.com-20160516202732-9r4nkyl2f91w9xo3
Add support for xenial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% if auth_host -%}
 
2
[keystone_authtoken]
 
3
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}
 
4
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
 
5
auth_plugin = password
 
6
project_domain_id = default
 
7
user_domain_id = default
 
8
project_name = {{ admin_tenant_name }}
 
9
username = {{ admin_user }}
 
10
password = {{ admin_password }}
 
11
signing_dir = {{ signing_dir }}
 
12
{% endif -%}