Heat charm does not set the correct auth_uri in heat.conf: [keystone_authtoken]

Bug #1368621 reported by Darryl Weaver
14
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_authtoken] auth_uri to:
[keystone_authtoken]
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_authtoken] auth_uri to the same as [ec2_authtoken], authentication succeeds.

Please change the heat.conf template so both match.

Tags: openstack
Revision history for this message
Max Cameron (l6unchpad) wrote :

=== 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 -%}
 [keystone_authtoken]
-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 }}

tags: added: openstack
Revision history for this message
Darryl Weaver (dweaver) wrote :

Confirmed by BskyB

Changed in heat (Juju Charms Collection):
status: New → Confirmed
James Page (james-page)
Changed in heat (Juju Charms Collection):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.