Comment 8 for bug 1507558

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

Reviewed: https://review.openstack.org/236955
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a2f7e0343a147a30a637af4e1cb9a866f557e87d
Submitter: Jenkins
Branch: master

commit a2f7e0343a147a30a637af4e1cb9a866f557e87d
Author: Ihar Hrachyshka <email address hidden>
Date: Mon Oct 19 12:44:58 2015 +0000

    Revert "DVR: Notify specific agent when update floatingip"

    This reverts commit 52e91f48f2327b47f126893f9cb12f153380a9a6.

    The patch broke notifications about FIP updates and triggered 100%
    gate failures for Ironic gate.

    I believe that I0cbe8c51c3714e6cbdc48ca37135b783f8014905 is also
    breaking notifications, but for FIP create, which probably was not
    utilized in any gate before and hence not caught in time.

    The change the reverted patch introduced made update_floatingip to
    fetch router based on FIP router_id field on every call, which was
    not the case before the patch. For some reason unknown at the
    moment, we get NotFound from database on this fetch.

    The patch does not answer the question why we get NotFound from
    database on fetching a FIP router_id, but that's another issue that
    should be investigated while Ironic gate is happy.

    Change-Id: I4affac49d7c63f47c5654b94b28f4cb7471e87b0
    Closes-Bug: #1507558
    Related-Bug: #1507602