Brian Haley
4f10c3bd3f
Remove usage of six.text_type and six.string_type
With python 3.x, six.text_type and six.string_type are just str. Also removed a six.integer_type since it was the only one left in a file. Another step in removing all of six usage from neutron. Change-Id: I5208dc41bff1983ecd323286f427296b722da62a
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%