Comment 7 for bug 1892489

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/747627
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2ee84a52f75e2e48515a151a81879ead23beaa86
Submitter: Zuul
Branch: stable/train

commit 2ee84a52f75e2e48515a151a81879ead23beaa86
Author: Slawek Kaplonski <email address hidden>
Date: Fri Aug 21 15:06:01 2020 +0200

    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
    (cherry picked from commit a4e04a7f8be95295324a59c34e6a79c7973af1ee)