Comment 3 for bug 1732692

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-python-agent (master)

Reviewed: https://review.openstack.org/520582
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=214790d17e35edd48e1b18f3ceabba91859e3247
Submitter: Zuul
Branch: master

commit 214790d17e35edd48e1b18f3ceabba91859e3247
Author: Derek Higgins <email address hidden>
Date: Thu Nov 16 12:38:21 2017 +0000

    Ignore IPv6 link local addresses

    Prevent IPA from picking up the IPv6 link-local address
    as a callback_url in cases where it gets tried before other
    addressing methods havn't complete yet. In this scenario IPA
    sleeps for 10 seconds and then retries giving the nic a chance to
    configure its routable IP address.

    Change-Id: Ic53334c630180f0d77bb0231e548d2c44bfe55ca
    Closes-Bug: #1732692