mistral requires auth_uri to point to v3 explicitly, to work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
zhubingbing |
Bug Description
mistral fails with keystone v3, unless auth_uri explicitly references v3
in file:
kolla/ansible/
currently v3 is not explicit
[keystone_
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_
what works for me:
[keystone_
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_
also it looks like mistral project is not going to support this,
Adding logs,
LOGS:
2016-08-24 15:12:29.606 1 WARNING mistral.
File "/var/lib/
method = self._get_
File "/var/lib/
keystone_
File "/var/lib/
return get_endpoint_
File "/var/lib/
response = client(
File "/var/lib/
auth_
File "/var/lib/
self.
File "/var/lib/
return wrapped(*args, **kwargs)
File "/var/lib/
resp = self.get_
File "/var/lib/
_('
AuthorizationFa
Changed in kolla: | |
status: | New → Triaged |
milestone: | none → newton-rc2 |
Changed in kolla: | |
importance: | Low → High |
Changed in kolla: | |
assignee: | nobody → zhubingbing (zhubingbing) |
Kolla default is to use the Keystone v3 https:/ /github. com/openstack/ kolla/blob/ master/ ansible/ group_vars/ all.yml# L326