[Openstack] heat problem with authorization on upgrade icehouse to juno

Don Waterloo don.waterloo at gmail.com
Tue Oct 21 00:59:08 UTC 2014


I'm sure this will turn out to be some config i didn't update, but...

After upgrade from icehouse to juno, ubuntu 14.04->14.10, I am getting:
Authorization failed. get_raw_token_from_identity_service
/usr/lib/python2.7/dist-packages/keystoneclient/v3/client.py:254

on create in heat.
I am using trusts (this config was working on icehouse).

[DEFAULT]
stack_domain_admin_password = XXXXX
stack_domain_admin = heat_domain_admin
stack_user_domain_id = 27XXXXXX6238417bb7fbfbc02fcde980
deferred_auth_method = trusts

[keystone_authtoken]
...
auth_uri = https://myhost.sandvine.rocks:5000/v3
auth_protocol = https
auth_port = 35357
auth_host = myhost.sandvine.rocks
hash_algorithms = ['md5']

auth_version=v3.0
identity_uri=https://myhost.sandvine.rocks:35357/

is the snippet of the full config.
I think(?) this means there is some mismatch between v2.0 and v3 identity.
I do support v3 identity on keystone AFAIK.

Any suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20141020/1a5f3b05/attachment.html>


More information about the Openstack mailing list