summaryrefslogtreecommitdiff
path: root/nova/hacking
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-12-15 16:01:41 -0500
committerMatt Riedemann <mriedem@us.ibm.com>2016-12-19 16:40:50 -0500
commita1f3a5946ab703225a74f8e85a068cb4fb20e2ff (patch)
tree95ff14836734c7d4b792e425d2e39897c23255e7 /nova/hacking
parent4b71d7e221e445a3b28a9db3f8a8874832f39e0d (diff)
downloadnova-a1f3a5946ab703225a74f8e85a068cb4fb20e2ff.tar.gz
Add nova-status upgrade check command framework
This adds the basic framework for the nova-status upgrade check commands. Follow up patches will flesh this out to perform cells v2 and placement API related upgrade status checks. A man page is added for the new CLI and as part of that the man page index is sorted. Part of blueprint cells-scheduling-interaction Part of blueprint resource-providers-scheduler-db-filters Change-Id: I687dd7317703a1bb76c197ebba849ca368c0872e
Diffstat (limited to 'nova/hacking')
-rw-r--r--nova/hacking/checks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/hacking/checks.py b/nova/hacking/checks.py
index 963a910d30..71e8d1d3b6 100644
--- a/nova/hacking/checks.py
+++ b/nova/hacking/checks.py
@@ -672,6 +672,7 @@ def check_config_option_in_central_place(logical_line, filename):
# CLI opts are allowed to be outside of nova/conf directory
'nova/cmd/manage.py',
'nova/cmd/policy_check.py',
+ 'nova/cmd/status.py',
# config options should not be declared in tests, but there is
# another checker for it (N320)
'nova/tests',