Neutron shared routines and utilities.
4c9bfc15b7
Add "network_ip_availability" pagging and sorting support, defining "network_id" as primary key. This primary key is unique per register retrieved and is needed by ``neutron.api.v2.base.Controller`` to create the pagination helper. This patch modifies an existing API extension instead of creating a new one. However: - This modification does not affect the Neutron behaviour without a code change in the "network_ip_availability" extension enabling the pagging support. The Neutron code change implies a bump in the neutron-lib version. - Adding a new extension to modify the current one is overengineering. Partial-Bug: #1940518 Change-Id: I4fa575f726fc0a7b7066f749e3b3f90ecc520087 |
||
---|---|---|
api-ref/source | ||
doc | ||
neutron_lib | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
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://opendev.org/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Features
- TODO