Merge lp:~gnuoy/charm-helpers/1571347 into lp:charm-helpers

Proposed by Liam Young
Status: Merged
Merged at revision: 568
Proposed branch: lp:~gnuoy/charm-helpers/1571347
Merge into: lp:charm-helpers
Diff against target: 16 lines (+12/-0)
1 file modified
charmhelpers/contrib/openstack/templates/section-keystone-authtoken-mitaka (+12/-0)
To merge this branch: bzr merge lp:~gnuoy/charm-helpers/1571347
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+292089@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Lets review early next cycle on *authtoken*

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'charmhelpers/contrib/openstack/templates/section-keystone-authtoken-mitaka'
2--- charmhelpers/contrib/openstack/templates/section-keystone-authtoken-mitaka 1970-01-01 00:00:00 +0000
3+++ charmhelpers/contrib/openstack/templates/section-keystone-authtoken-mitaka 2016-04-17 15:55:23 +0000
4@@ -0,0 +1,12 @@
5+{% if auth_host -%}
6+[keystone_authtoken]
7+auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}
8+auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
9+auth_type = password
10+project_domain_name = default
11+user_domain_name = default
12+project_name = {{ admin_tenant_name }}
13+username = {{ admin_user }}
14+password = {{ admin_password }}
15+signing_dir = {{ signing_dir }}
16+{% endif -%}

Subscribers

People subscribed via source and target branches