Heat charm does not set the correct auth_uri in heat.conf: [keystone_authtoken]
Bug #1368621 reported by
Darryl Weaver
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
heat (Juju Charms Collection) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When deploying the heat charm the heat.conf template sets the [keystone_
[keystone_
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/
Whereas the [ec2_authtoken] auth_uri is set to:
[ec2_authtoken]
auth_uri = {{service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
If I change the [keystone_
Please change the heat.conf template so both match.
Related branches
lp://staging/~jjo/charms/trusty/heat/fix-heat_conf-encryption_key-and-auth_uri-lp1368645-lp1368621
- OpenStack Charmers: Pending requested
-
Diff: 24 lines (+2/-1)2 files modifiedhooks/heat_context.py (+1/-0)
templates/heat.conf (+1/-1)
tags: | added: openstack |
Changed in heat (Juju Charms Collection): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
=== modified file 'templates/ heat.conf'
--- templates/heat.conf 2014-04-15 12:24:23 +0000
+++ templates/heat.conf 2014-09-09 12:07:03 +0000
@@ -40,7 +40,7 @@
{% if auth_host -%} authtoken]
[keystone_
-auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/
+auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
auth_host = {{ auth_host }}
auth_port = {{ auth_port }}
auth_protocol = {{ auth_protocol }}