OpenStack Networking (Neutron)
8d6c301301
Bump astroid test requirement to 2.4.0 Older versions trigger an error on wrapt dependency: https://github.com/PyCQA/astroid/issues/755 Bump pylint accordingly to new astroid Fix some new PEP8 warnings appearing with new versions, and filter out the larget I202 "Additional newline in a group of imports" one for now Drop psutil from functional requirements, it indicated an old version and we have it in common requirements now Bump a series of lower-constraints and requirements to work with new pip resolver, testing with steps outlined at: http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019285.html This includes eventlet 0.22.1, previous versions triggered a hard to track error on enum34 Cap cryptography in lower-constraints to prevent discovery failure in relevant job (other jobs have it capped via upper-constraints) Change-Id: Ie74ea517a403e6e2a7a4e0a245dd20e5281339e8 Closes-Bug: #1907242 |
||
---|---|---|
api-ref | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
vagrant/ovn | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
plugin.spec | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.