Comment 4 for bug 1796629

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

Reviewed: https://review.openstack.org/608608
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=221f386029faf499c5a445374685cba5b67df31e
Submitter: Zuul
Branch: master

commit 221f386029faf499c5a445374685cba5b67df31e
Author: mid_one <email address hidden>
Date: Tue Oct 9 01:19:51 2018 +0800

    Fix incorrectly passing ext_ips as gateway ips

    An event will be sent out after creating
    router gateway. Within the event, ext_ips
    is sent incorrectly while gw_ips is expected.
    Project neutron-dynamic-routing subscribes
    the topic and will process the event. But
    it can't process ext_ips.

    This commit gets the gw_ips through the
    ext_ips and sends gw_ips out.

    Co-Authored-By: Allain Legacy<email address hidden>

    Change-Id: I9b67b58e87faa9cbb8ed4cd03c74f467ca20d73f
    Closes-Bug: #1796629