Comment 10 for bug 1741411

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

Reviewed: https://review.openstack.org/545134
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5b0a0f5d9758960fdbf2f13c1ac277aab1ade39c
Submitter: Zuul
Branch: stable/pike

commit 5b0a0f5d9758960fdbf2f13c1ac277aab1ade39c
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)