<div dir="ltr">I'm sure this will turn out to be some config i didn't update, but...<div><br></div><div>After upgrade from icehouse to juno, ubuntu 14.04->14.10, I am getting:</div><div><div>Authorization failed. get_raw_token_from_identity_service /usr/lib/python2.7/dist-packages/keystoneclient/v3/client.py:254</div></div><div><br></div><div>on create in heat.</div><div>I am using trusts (this config was working on icehouse).</div><div><br></div><div>[DEFAULT]</div><div><div>stack_domain_admin_password = XXXXX</div><div>stack_domain_admin = heat_domain_admin</div><div>stack_user_domain_id = 27XXXXXX6238417bb7fbfbc02fcde980</div><div>deferred_auth_method = trusts</div></div><div><br></div><div><div>[keystone_authtoken]</div><div>...</div><div>auth_uri = <a href="https://myhost.sandvine.rocks:5000/v3">https://myhost.sandvine.rocks:5000/v3</a></div><div>auth_protocol = https</div><div>auth_port = 35357</div><div>auth_host = myhost.sandvine.rocks</div><div>hash_algorithms = ['md5']</div></div><div><br></div><div><div>auth_version=v3.0</div></div><div><div>identity_uri=<a href="https://myhost.sandvine.rocks:35357/">https://myhost.sandvine.rocks:35357/</a></div></div><div><br></div><div>is the snippet of the full config.</div><div>I think(?) this means there is some mismatch between v2.0 and v3 identity. I do support v3 identity on keystone AFAIK.</div><div><br></div><div>Any suggestions?</div></div>