OpenStack Networking (Neutron)
64252405c4
If a bulk create happened with a single item, the pecan code would return back to the user the singular version of the resource in the body. For example, to bulk create many security group rules, the user would give in the body of the request the json with a parent key of "security-group-rules" with a value of a list of json security group rules. If this list is of length one, then after the creation of the one security group rule, the API would return back to the client "security-group-rule" as the parent key. This is not how the legacy wsgi layer behaved. The behavior is expected when nova creates security group rules by calling the neutron API through its deprecated security groups API. Change-Id: I8757630403e4d486cd3c8dd6f041e9ee326ba3b4 Closes-Bug: #1633671 |
||
---|---|---|
api-ref | ||
bin | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
- Neutron Administrator Guide
- Neutron Developer Guide
- Networking Guide
- Neutron API Reference:
- Current Neutron developer documentation is available at:
For help on usage and hacking of Neutron, please send mail to <mailto:openstack-dev@lists.openstack.org>.
For information on how to contribute to Neutron, please see the contents of the CONTRIBUTING.rst file.