summaryrefslogtreecommitdiff
path: root/tools/executable_files.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 /tools/executable_files.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 'tools/executable_files.txt')
-rw-r--r--tools/executable_files.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/executable_files.txt b/tools/executable_files.txt
index 8f6725ed6..ebd5dcb4a 100644
--- a/tools/executable_files.txt
+++ b/tools/executable_files.txt
@@ -4,3 +4,4 @@
./tools/gate/integration/post_test_hook.sh
./tools/gate/integration/pre_test_hook.sh
./tools/unit_tests.sh
+./tools/find_settings.py