71993e3c98
- HORIZON_IMAGES_ALLOW_UPLOAD (deprecated in Newton) - CUSTOM_THEME_PATH (deprecated in Mitaka) - DEFAULT_THEME_PATH (deprecated in Mitaka) - OPENSTACK_TOKEN_HASH_ENABLED (deprecated in Mitaka) - TOKEN_DELETION_DISABLED (not documented but it was marked as deprecated in Ocata in django-openstack-auth commit 5810f9c6) The related logics related to dropped deprecated settings have been dropped too. - custom_path and default_path of get_available_themes() were dropped as they are no longer needed in favor of the removal of CUSTOM_THEME_PATH and DEFAULT_THEME_PATH. - Unused remove_project_cache(), is_token_deletion_disabled() and delete_token() have been dropped. Change-Id: Ic9406623cc092884c4136f78fb967b129bfda487
16 lines
670 B
YAML
16 lines
670 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following deprecated settings have been dropped.
|
|
|
|
* ``HORIZON_IMAGES_ALLOW_UPLOAD`` (deprecated in Newton):
|
|
Use ``HORIZON_IMAGES_UPLOAD_MODE`` instead.
|
|
* ``CUSTOM_THEME_PATH`` and ``DEFAULT_THEME_PATH``
|
|
(both deprecated in Mitaka): Use AVAILABLE_THEMES instead.
|
|
* ``OPENSTACK_TOKEN_HASH_ENABLED`` (deprecated in Mitaka):
|
|
PKI tokens currently work with hashing (before Ocata) and
|
|
Keystone already dropped PKI token support in Ocata.
|
|
* ``TOKEN_DELETION_DISABLED`` (deprecated in Ocata):
|
|
It was not marked as deprecated in the horizon documentation,
|
|
but this had no effect since Ocata release.
|