Skip to content

Commit

Permalink
Merge "Add /v3 suffix to OPENSTACK_KEYSTONE_URL" into unmaintained/zed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 11, 2024
2 parents 47f9802 + 6d8a25f commit fe2c5e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/horizon/templates/local_settings.j2
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ AVAILABLE_REGIONS = [

OPENSTACK_HOST = "{{ kolla_internal_fqdn }}"

OPENSTACK_KEYSTONE_URL = "{{ horizon_keystone_url }}"
# TODO(fprzewozn): URL /v3 suffix is required until Horizon bug #2073639 is resolved
OPENSTACK_KEYSTONE_URL = "{{ horizon_keystone_url }}/v3"
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "{{ keystone_default_user_role }}"

{% if enable_keystone_federation | bool %}
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/bug-2073159-c54c773c72c8fb11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes behaviour of Change Password screen in Horizon until
`bug #2073639 <https://launchpad.net/bugs/2073639>`__ is resolved.
`LP#2073159 <https://launchpad.net/bugs/2073159>`__

0 comments on commit fe2c5e5

Please sign in to comment.