Neutron shared routines and utilities.
5aa2847367
In a few POST and PUT calls we didn't return the JSON body of the response we got. By that we were just throwing away information we already waited for. This patch makes sure that if the HTTP response had a body we return it. We leave one exception: PUT /resource_classes/ microversions 1.2 - 1.6. Usage of that is strongly discouraged and starting from 1.7 the response no longer has a body. Change-Id: Ifa4db6edd4c656023039f7a68c09bf2cea508231 |
||
---|---|---|
api-ref/source | ||
doc | ||
neutron_lib | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
neutron-lib
Neutron shared routines and utilities
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: https://git.openstack.org/cgit/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Features
- TODO