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?
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to