a2ae8ebdc30220212ba95680cfadeade848c1a7d

Currently str2dict raises non user-friendly exceptions when input is not valid: neutron subnet-create mynetwork 10/23 --allocation-pools=10/24 # implies str2dict('10/24') # raises: dictionary update sequence element #0 has length 1; 2 is required This change updates str2dict implementation in order to raise user-friendly exceptions. Closes-Bug: #1460336 Change-Id: Id381865e6e5d9bebcb2c984c0338126566a97c2b
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%