Comment 9 for bug 1741411

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

Reviewed: https://review.openstack.org/545133
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dfbbf15305d818dedbebb09f40f580c3d625f5a8
Submitter: Zuul
Branch: stable/queens

commit dfbbf15305d818dedbebb09f40f580c3d625f5a8
Author: Swaminathan Vasudevan <email address hidden>
Date: Wed Jan 10 14:45:29 2018 -0800

    DVR: Fix dvr_no_external agent restart with fips

    Centralized floating IP return to Error state when
    the 'dvr_no_external' agent restarts.
    The sync data received from the server was not handling
    the agent properly and so was not update the 'dvr_snat_bound'
    flag.
    This would initiate an floating IP Error state.
    This patch will fix the issue mentioned above.

    Closes-Bug: #1741411
    Change-Id: Id1cf26ffba8262ba7b3e5f41faa4cb28ba9dcb7d
    (cherry picked from commit 477d4135ba079b0239a3e4f24c92ae3b7742e537)