summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorGary Kotton <gkotton@vmware.com>2014-08-14 03:40:09 -0700
committerGary Kotton <gkotton@vmware.com>2014-08-14 03:40:09 -0700
commita0a6017f9b58941a4f8e67300a5dc57e34aada35 (patch)
tree8cbe4d8c875083975af14b3fcf7f1cf16fa04a7e /HACKING.rst
parent500f0f77a0c723874ccdb9c634b3bd01ce60155b (diff)
downloadnova-a0a6017f9b58941a4f8e67300a5dc57e34aada35.tar.gz
Hacking: a new hacking check was added that used an existing number
Commit 243879f5c51fc45f03491bcb78765945ddf76be8 added in a new hacking check that used an existing number. The new number is 324 (and not 323) Change-Id: I7e604a408387438105c435ad16a1fa3d6491b642 Closes-bug: #1356815
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 7884ac1f9e..d4cc74b212 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -36,6 +36,7 @@ Nova Specific Commandments
- [N321] Validate that LOG messages, except debug ones, have translations
- [N322] Method's default argument shouldn't be mutable
- [N323] Ensure that the _() function is explicitly imported to ensure proper translations.
+- [N324] Ensure that jsonutils.%(fun)s must be used instead of json.%(fun)s
Creating Unit Tests
-------------------