summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2016-08-08 16:55:43 +0200
committerMarkus Zoeller <mzoeller@de.ibm.com>2016-08-11 14:23:21 +0200
commit0b0e7dacf5e5a6f79cacef72fd26e55a30b5ae04 (patch)
tree7f31ab97484e58eb9c2246b7456b9eefd5e28033 /HACKING.rst
parent04bc62e4a061000962dce34d54d4e65e239ffa01 (diff)
downloadnova-0b0e7dacf5e5a6f79cacef72fd26e55a30b5ae04.tar.gz
Remove hacking check [N347] for config options.
The check for help texts (N347) can be better done by humans. This change removes it. Change-Id: I0861c94f764d559be8f188d3e4b54b2b8ad39ea5
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 8f61c00862..8c09f530a0 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -57,7 +57,6 @@ Nova Specific Commandments
- [N344] Python 3: do not use dict.iteritems.
- [N345] Python 3: do not use dict.iterkeys.
- [N346] Python 3: do not use dict.itervalues.
-- [N347] Provide enough help text for config options
- [N348] Deprecated library function os.popen()
- [N349] Check for closures in tests which are not used
- [N350] Policy registration should be in the central location ``nova/policies/``