summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
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 4898451f36..632e9ad0e0 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -60,6 +60,7 @@ Nova Specific Commandments
- [N347] Provide enough help text for config options
- [N348] Deprecated library function os.popen()
- [N349] Check for closures in tests which are not used
+- [N350] Policy registration should be in the central location ``nova/policies/``
Creating Unit Tests
-------------------