c7586cd59dc0c6d0b1bde06f9cc19725408b9d77
This fixes a test that uses the option --no-security-group, which actually does not exist. `argparse` fuzzy-matching system makes the test work by guessing that it's an abbrev for --no-security-groups, but that's just luck at this point. Change-Id: I903ce9564a83d3ee69f4efeb726d3c2d3ff69bbb
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