Comment 18 for bug 1713927

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

Reviewed: https://review.openstack.org/509630
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6051e3d672a8401272dc345d11d10bc097f116ed
Submitter: Zuul
Branch: stable/pike

commit 6051e3d672a8401272dc345d11d10bc097f116ed
Author: Brian Haley <email address hidden>
Date: Fri Sep 1 13:52:51 2017 -0400

    DVR: Always initialize floating IP host

    With a recent change to the neutron server code, the server was
    processing floating IPs that were not bound to the respective
    agent during fullsync operation.

    Change to always initialize floating IP host info so callers
    can determine if info should be sent to an agent or not.

    Also changed the logic that decides when the server should
    send a floating IP to an agent to be easier to understand.

    Closes-bug: #1713927
    Change-Id: Ic916225e0a11c3fb8cd94437ca063e0d3295a569
    (cherry picked from commit 7bff99ac4a5ef0d4b2cc6f77f5679bb8e01f86d7)