Comment 36 for bug 1445412

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

Reviewed: https://review.openstack.org/187796
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cf7647502093aa8a1a04462ef52261e1f2c5f465
Submitter: Jenkins
Branch: stable/kilo

commit cf7647502093aa8a1a04462ef52261e1f2c5f465
Author: Kevin Benton <email address hidden>
Date: Fri Apr 17 04:03:38 2015 -0700

    Don't update floating IP status if no change

    The floating IP status was going through all of the
    status update code every time the L3 agent sent in
    an update, even if the status didn't change.

    This patch skips sending updates to the server if the
    agent doesn't change the status.

    Change-Id: Ic3736bed3dc3e4ccb91f4acfabbf033949e09ce0
    Partial-Bug: #1445412
    (cherry picked from commit c44506bfd60b2dd6036e113464f1ea682cfaeb6c)