neutron-lib/neutron_lib
Boden R 705fd9090c Remove new checks from hacking factory()
In prep for neutron-lib 0.4.0 we found there are 2 new hacking
checks in neutron-lib that will impact consumers who use our
neutron_lib.hacking.checks.factory() function to register hacking
checks. For example, networking-ovn master pep8 with neutron-lib
master fails. For more discussion please see [1]

This patch removes (reverts) these 2 new hacking checks from being
registered via our factory(). The check functions are still in the module
but don't get registered via factory() and thus don't break consumers.

This patch should be reverted after 0.4.0 releases.

Looking forward we'll solidify our hacking check approach with
something like [2].

[1] https://review.openstack.org/#/c/360590/
[2] https://review.openstack.org/#/c/350723/

Change-Id: Id55a64279a7904ca7f7e35fcbd36a8f6926482cd
2016-08-25 15:39:05 +00:00
..
_callbacks Sync neutron callbacks into lib 2016-08-03 13:18:34 -06:00
api Add docstrings for converters 2016-08-18 13:35:32 -06:00
db Merge "Add docstrings for db.utils" 2016-08-23 20:33:23 +00:00
hacking Remove new checks from hacking factory() 2016-08-25 15:39:05 +00:00
legacy Move some common test and framework goo into neutron-lib 2016-01-29 23:45:49 -07:00
tests Merge "Don't pass argument sqlite_db in method set_defaults" 2016-08-25 12:33:16 +00:00
utils Merge "Add docstrings for utils.net" 2016-08-25 00:54:50 +00:00
__init__.py Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
_context.py Add Neutron context module and some policy methods 2016-07-30 09:35:01 -04:00
_i18n.py Update translation setup 2016-01-29 07:08:35 +09:00
constants.py Support copy() in Sentinel 2016-08-15 13:14:01 -06:00
exceptions.py Add docstrings for exceptions 2016-08-18 13:38:01 -06:00
policy.py Add docstrings for policy 2016-08-19 08:31:04 -06:00
version.py Setup for devref documentation 2015-12-07 18:50:07 +00:00