summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authoryatin karel <yatin.karel@nectechnologies.in>2016-07-16 17:50:48 +0530
committeryatinkarel <yatin.karel@nectechnologies.in>2016-07-20 14:39:15 +0530
commitecb24c5f1b4a6565f33a69e96352db9d25dc9b7b (patch)
tree2b3eea6e95c31f5f45c8edb808863012e006f4d9 /HACKING.rst
parent9d43891099b8e1c4a242e9e030514ceea8f19e89 (diff)
downloadnova-ecb24c5f1b4a6565f33a69e96352db9d25dc9b7b.tar.gz
Replace deprecated LOG.warn with LOG.warning
LOG.warn is deprecated. It is still used in few modules. Replaced with non-deprecated LOG.warning. Change-Id: Ia6acc11eca60c652844175a5742f626732e295e3 Closes-Bug: #1508442
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 721326db4e..8f61c00862 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -62,6 +62,7 @@ Nova Specific Commandments
- [N349] Check for closures in tests which are not used
- [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.
Creating Unit Tests
-------------------