dc29068838c50844883ed7833195a6dd2181eaa6

Use neutronV20.update_dict(parsed_args, body, [attr list]) if possible rather than many if-clause. update_dict() checks attribute existence and non-None and most if-clause does the same. Change-Id: I22f8407f0b8f7db6ffda1c1f9b4991cd9f3f9409
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%