group-based-policy/HACKING.rst
Magesh GV bab6b4a82d Update GBP to work with Neutron Master (Post Juno)
Change-Id: I0262d4736e1deb990058cd7256a86badc0b9d9fd
Closes-bug: 1433530
2015-04-11 16:28:50 +05:30

557 B

Group Based Policy Style Commandments

Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

Group Based Policy Specific Commandments --------------------------

  • [N319] Validate that debug level logs are not translated
  • [N320] Validate that LOG messages, except debug ones, have translations
  • [N321] Validate that jsonutils module is used instead of json
  • [N322] Detect common errors with assert_called_once_with
  • [N323] Enforce namespace-less imports for oslo libraries