summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2015-11-24 17:37:13 +0100
committerMarkus Zoeller <mzoeller@de.ibm.com>2015-11-26 19:24:19 +0100
commitadf268def3b9764b3ece37db41255b78515257c4 (patch)
tree95eb7384f383dc32dd56cb372029449e2f70504e /HACKING.rst
parent7bc2171869e2d7a670dc3c93494cf6ca05cac2fc (diff)
downloadnova-adf268def3b9764b3ece37db41255b78515257c4.tar.gz
add hacking check for config options location
This adds a hackign check which raises a pep8 error if a config option was found in location where it shouldn't be. Change-Id: I75df3404cc6178aa179e96d75f154e389c3008af
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 5b769c1933..881d8de006 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -52,6 +52,7 @@ Nova Specific Commandments
- [N339] Check common raise_feature_not_supported() is used for v2.1 HTTPNotImplemented response.
- [N340] Check nova.utils.spawn() is used instead of greenthread.spawn() and eventlet.spawn()
- [N341] contextlib.nested is deprecated
+- [N342] Config options should be in the central location ``nova/conf/``
Creating Unit Tests
-------------------