Merge "config options: add hacking check for help text length"

This commit is contained in:
Jenkins 2016-02-04 20:22:59 +00:00 committed by Gerrit Code Review
commit 9a786fc9cd

View File

@ -57,6 +57,7 @@ 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
Creating Unit Tests
-------------------