Merge "Remove context object in oslo.log method"

This commit is contained in:
Jenkins 2016-10-03 14:52:20 +00:00 committed by Gerrit Code Review
commit 5320e733bb

@ -63,6 +63,7 @@ Nova Specific Commandments
- [N350] Policy registration should be in the central location ``nova/policies/``
- [N351] Do not use the oslo_policy.policy.Enforcer.enforce() method.
- [N352] LOG.warn is deprecated. Enforce use of LOG.warning.
- [N353] Validate that context objects is not passed in logging calls.
Creating Unit Tests
-------------------