Comment 34 for bug 1717302

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

Reviewed: https://review.openstack.org/620805
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6e3102b095413f05488868f7b0d3327bc70a5554
Submitter: Zuul
Branch: stable/pike

commit 6e3102b095413f05488868f7b0d3327bc70a5554
Author: Slawek Kaplonski <email address hidden>
Date: Mon Nov 19 14:31:17 2018 +0100

    Get centralized FIP only on router's snat host

    It may happen that L3 agent works in dvr_snat mode but
    it handles some router as "normal" dvr router because
    snat for this router is handled on other node.
    In such case we shouldn't try to get floating IPs cidrs
    from snat namespace as it doesn't exists on host.

    Change-Id: Ib27dc223fcca56030ebb528625cc927fc60553e1
    Related-Bug: #1717302
    (cherry picked from commit 7d0e1ccd34a473c511c9c2357421825539965e41)