Neutron shared routines and utilities.
Go to file
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
api-ref/source Correcting information in configuration 2016-08-25 11:31:55 +07:00
doc/source Revert "Update hacking check consumption" 2016-08-09 21:52:45 -04:00
neutron_lib Remove new checks from hacking factory() 2016-08-25 15:39:05 +00:00
tools Enhance pyir tooling CLI 2016-08-17 09:16:44 -06:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore WADL to RST migration 2016-06-11 18:47:44 +00:00
.gitreview Added .gitreview 2015-11-19 19:54:39 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.testr.conf Improvements to tox envs 2015-12-19 01:00:22 -05:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
CONTRIBUTING.rst Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
HACKING.rst Add a hacking rule for string interpolation at logging 2016-08-15 09:53:28 +09:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
MANIFEST.in Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
requirements.txt Updated from global requirements 2016-08-24 01:34:44 +00:00
setup.cfg Revert "Update hacking check consumption" 2016-08-09 21:52:45 -04:00
setup.py Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
test-requirements.txt Base DB: rehome model_base 2016-08-19 08:47:37 -04:00
tox.ini Merge "Enable DeprecationWarning in test environments" 2016-08-17 18:14:08 +00:00

neutron-lib

Neutron shared routines and utilities

Features

  • TODO