summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2019-01-18 13:12:47 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2019-03-01 15:43:13 +0100
commitd7d6c0577cb507484ca3f21b1b110130a0fc1d15 (patch)
tree3285c611d02f564b9cbdc45d0865474d799196f4 /requirements.txt
parent2c5afc7f01c398b18f1c04abf79bd200b6aa1cbc (diff)
downloadhorizon-d7d6c0577cb507484ca3f21b1b110130a0fc1d15.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 7ce0f1e73..336f62fa6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -25,6 +25,7 @@ oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.policy>=1.30.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.upgradecheck>=0.1.1 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
osprofiler>=2.3.0 # Apache-2.0
Pint>=0.5 # BSD