Comment 36 for bug 1597461

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

Reviewed: https://review.openstack.org/471575
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9647d68fdbaabf1a340eab0116cb4889e9ae7962
Submitter: Jenkins
Branch: master

commit 9647d68fdbaabf1a340eab0116cb4889e9ae7962
Author: venkata anil <email address hidden>
Date: Wed Jul 5 16:35:37 2017 +0300

    New RPC to set HA network port status to DOWN

    In commit 500b255278ab41974fe6febd9a3ed13de5ddf3f6 we are using
    "get_router_ids" RPC to update HA network port status. But that
    was needed to backport that commit to other branches.
    As "get_router_ids" RPC is expected to fetch only router ids and
    not to have any other processing, we are adding new RPC
    "update_ha_network_port_status". L3 agent will call this new RPC
    to set HA network port status to DOWN.

    Related-bug: #1597461
    Change-Id: I8f34c4f5178d2b422cfcfd082dfc9cf3f89a5d95