d35643974c28f900b4f976f728b9bd43f95eeba7
Currently firewall rule create/update allows only lower case values for its protocol and action arguments. Limiting the protocol/action attribute to lower case is not very user friendly. This patch allows the user to provide protocol and action fields in UPPER/lower case. Change-Id: Ib8b278fc89f81d89d30f4e8dde9797e9149d3919 Co-Authored-By:Akihiro Motoki<motoki@da.jp.nec.com> Closes-Bug: #1508753
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%