Slawek Kaplonski
a4e04a7f8b
Fix get_ipv6_llas method in the interface driver
This method is using ip_lib.get_devices_with_ip function to get IP addresses with scope "link". Unfortunatelly this method wasn't translating scope names to the pyrout2 values and due to that wasn't returning correct IP addresses. Now this is fixed and correctl link local IPv6 addresses are returned. Change-Id: Ia41c1bc627ad2ce89d658ff1fdedee802f6dfa15 Closes-Bug: #1892489
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%