fd335b4037

"packaging.version" should be imported explicitly to avoid the following error: >>> import packaging >>> packaging.version Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'packaging' has no attribute 'version' This patch also inclues "packaging" in the requirements file. Change-Id: Ibd277e2fcc152fcf7c81ef7470e3beb0c668575c Closes-Bug: #1904854
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.
Description
Languages
Python
99.7%
Shell
0.3%