6bde531f74
* Render nested lists properly (A blank line is required when a nested list starts) * Add a launchpad link for a bug * Add periods for better readability * URL only release note looks unusual. The bug link (bug 1508571) is actually described in the feature section, so the URL was moved. TrivialFix Change-Id: I1240c325207bbca513b2e41cc02065118797c2c4
13 lines
568 B
YAML
13 lines
568 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:
|
|
- |
|
|
[`bug 1585682 <https://bugs.launchpad.net/horizon/+bug/1585682>`__]
|
|
Horizon now properly versions Keystone webpath endpoints (URLs like
|
|
``http://<hostip>/identity`` instead of ``http://<hostip>:5000``).
|