3e3baba4f232de7fd04e05bb6e9afdc723668594

Currently NeutronClient raises a broad exception (NeutronClientException) from [1]-[2], which is not appropriate. The following patch proposes using the NotFound exception which does the same work. [1]:http://git.openstack.org/cgit/openstack/python-neutronclient/tree/neutronclient/neutron/v2_0/__init__.py#n72 [2]:http://git.openstack.org/cgit/openstack/python-neutronclient/tree/neutronclient/neutron/v2_0/__init__.py#n109 Change-Id: Ib23d1e53947b5dffcff8db0dde77cae0a0b31243
Python bindings to the Neutron API
This is a client library for Neutron built on the Neutron API. It
provides a Python API (the neutronclient
module) and a
command-line tool (neutron
).
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/python-neutronclient
- Source: http://git.openstack.org/cgit/openstack/python-neutronclient
- Bugs: http://bugs.launchpad.net/python-neutronclient
Description
Languages
Python
100%