horizon_keystone_url malformed in horizon role
Bug #2006780 reported by
Bertrand Lanson
This bug report is a duplicate of:
Bug #2028921: Keystone URL when SSO is enabled does not add /v3 to match mod_oidc locations. SSO for Skyline is not enabled in kolla-ansible..
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
The horizon_
edit/erratum:
the issue appears in local_settings.j2 from roles/horizon/
WEBSSO_KEYSTONE_URL = "{{ keystone_public_url }}"
I would form this as :
WEBSSO_KEYSTONE_URL = "{{ keystone_public_url }}/v3"
or maybe reuse the role's defaults like the horizon_
description: | updated |
Changed in kolla-ansible: | |
status: | Fix Released → Incomplete |
Changed in kolla-ansible: | |
status: | Incomplete → Fix Released |
Changed in kolla-ansible: | |
status: | Fix Released → New |
status: | New → Incomplete |
To post a comment you must log in.
Seems it has been fixed with https:/ /review. opendev. org/c/openstack /kolla- ansible/ +/843748