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
This commit is contained in:
Markus Zoeller 2016-08-08 16:55:43 +02:00
parent 5d883b943c
commit 412bdb1abf

View File

@ -57,7 +57,6 @@ Nova Specific Commandments
- [N344] Python 3: do not use dict.iteritems. - [N344] Python 3: do not use dict.iteritems.
- [N345] Python 3: do not use dict.iterkeys. - [N345] Python 3: do not use dict.iterkeys.
- [N346] Python 3: do not use dict.itervalues. - [N346] Python 3: do not use dict.itervalues.
- [N347] Provide enough help text for config options
- [N348] Deprecated library function os.popen() - [N348] Deprecated library function os.popen()
- [N349] Check for closures in tests which are not used - [N349] Check for closures in tests which are not used
- [N350] Policy registration should be in the central location ``nova/policies/`` - [N350] Policy registration should be in the central location ``nova/policies/``