Neutron shared routines and utilities.
Go to file
Boden R b328eff733 add exceptions package
As per the discussion in [1] extension specific exceptions that are
not API facing would best live outside the api-def itself. This patch
suggests added an exceptions package that will allow per-component
exception definitions as sub-modules (ex: neutron_lib.exceptions.l3).
The existing exceptions from neutron_lib.exceptions.py are defined
in neutron_lib.exceptions.__init__ and don't impact existing consumers
import them.

[1] https://review.openstack.org/#/c/423289/

Change-Id: Ie0797f25b99c68bdf5cc1a58c6b906cf850699a4
2017-02-13 12:34:04 -07:00
api-ref/source Merge "Migrate logging-resource extension from networking-midonet" 2017-02-09 00:55:08 +00:00
doc/source Remove support for py34 2017-02-09 08:28:56 +07:00
neutron_lib add exceptions package 2017-02-13 12:34:04 -07:00
releasenotes add exceptions package 2017-02-13 12:34:04 -07:00
tools Updates to API report tooling 2016-11-02 10:05:56 -06:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Add release notes target 2016-10-20 11:22:32 -07: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
CONTRIBUTING.rst Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
HACKING.rst Use assertIsNone instead of assertEqual(None, *) 2017-01-15 09:38:59 +00:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Show team and repo badges on README 2016-11-25 15:45:44 +01:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
requirements.txt Updated from global requirements 2017-01-09 23:03:50 +00:00
setup.cfg Remove support for py34 2017-02-09 08:28:56 +07:00
setup.py Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
tag-obtain-response.json Fix api-ref for tags 2017-01-17 02:28:31 +00:00
test-requirements.txt Merge "Remove discover from test-requirements" 2017-01-12 00:08:59 +00:00
tox.ini Remove support for py34 2017-02-09 08:28:56 +07:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO