horizon/releasenotes/notes/story-2003657-79dec309cb6fa060.yaml
Radomir Dopieralski d7d6c0577c Add a upgrade_check management command
This command checks the configuration for invalid and deprecated
settings, as described in
https://governance.openstack.org/tc/goals/stein/upgrade-checkers.html

There is also a script in tools/find_settings.py that scans all python
files for the potential new settings, which is supposed to make it
easier to update the lists that the checks use.

Change-Id: Ie85cf4be3da1ab446c10883a4580e20ea154b67c
Story: 2003657
Task: 26132
2019-03-01 15:43:13 +01:00

7 lines
250 B
YAML

---
features:
- |
Added an upgrade_check management command, that checks the configuration
files for any settings that may potentially be problematic in the next
version. The command is available as ``./manage.py upgrade_check``.