Comment 4 for bug 1717597

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

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

commit fa74fb615e1a4a8e470bbb0c1456efab64c327cd
Author: Brian Haley <email address hidden>
Date: Thu Sep 14 15:34:03 2017 -0600

    DVR: Fix bad arping call in centralized floating IP code

    When the centralized floating IP code was added, the call
    to send_ip_addr_adv_notif() had an incorrect argument,
    leading to this failure in the l3-agent log:

    TypeError: range() integer end argument expected, got ConfigOpts.

    Closes-bug: #1717597
    Change-Id: Ib0a5162912caac0508e19996fb13e431af39cfc4
    (cherry picked from commit 92f1052d3c5d5bc7b89e49fdfff8f0ef24832a1c)