Treat LOG.warning and LOG.warn same

8510d3aaeeb18bdbe333d2d5d4c335f3732c4848 removed N331
checking, so now we need treat LOG.warn and LOG.warning
same, so this patch adds the same checking to LOG.warn.

Change-Id: Ifb3addfe116f8f7abb8750826b0217dfbd766439
This commit is contained in:
jichenjc 2015-02-05 14:58:46 +08:00
parent b4eb784fb5
commit c9e4c67ba9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Nova Specific Commandments
- [N326] Translated messages cannot be concatenated. String should be included in translated message.
- [N328] Validate that LOG.info messages use _LI.
- [N329] Validate that LOG.exception messages use _LE.
- [N330] Validate that LOG.warning messages use _LW.
- [N330] Validate that LOG.warning and LOG.warn messages use _LW.
- [N332] Check that the api_version decorator is the first decorator on a method
- [N333] Check for oslo library imports use the non-namespaced packages
- [N334] Change assertTrue/False(A in/not in B, message) to the more specific