horizon/releasenotes/notes/bug-1585682-abd815f290e494d3.yaml
Timur Sufiev caa5e91059 Fix Keystone version suffix when Keystone webpath is present
In this patch the URLs that are coming from service catalog are fixed
to contain the proper version.

Update requirements.txt in the same commit, because otherwise
integration tests won't pass for OpenStack Proposal Bot commit which
should update DOA version.

Closes-Bug: #1585682
Depends-On: Iea9b8e8378e6c5fb4c60df0073968d8caf7fbc5e
Change-Id: Icebfc291ec2b06ed84934c75cfd8c9d91cb2a895
2016-05-31 07:58:31 +00:00

12 lines
529 B
YAML

---
upgrade:
- It is no longer necessary to include the version suffix into
OPENSTACK_KEYSTONE_URL setting. Thanks to a recent update of
django-openstack-auth library as of 2.3.0 release, Horizon will
append the proper version suffix to the URL based on the value
stored inside OPENSTACK_API_VERSIONS['identity'] setting.
fixes:
- LP-1585682 is fixed which grants Horizon the ability to properly version
Keystone webpath endpoints (URLs like http://<hostip>/identity instead of
http://<hostip>:5000).