Comment 7 for bug 1496410

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

Reviewed: https://review.openstack.org/230333
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=3b0bae71386d15ac31db0e4a9a0bb90080050f52
Submitter: Jenkins
Branch: master

commit 3b0bae71386d15ac31db0e4a9a0bb90080050f52
Author: YAMAMOTO Takashi <email address hidden>
Date: Fri Oct 2 18:07:36 2015 +0900

    Listen alternative topic for state reports

    Recently Neutron agents have been changed to use topics.REPORTS
    for state reports. [1] Update our plugin to accept the topic as well.

    In case of MidoNet, this topic is used to accept messages from
    Neutron dhcp and metadata agents. While MidoNet v2015.09 and
    later will have an alternative metadata proxy [2] which doesn't use
    these agents, it's nice to maintain the old way at least for
    a cycle. And v1 plugin needs this anyway.

    [1] Id86a1f962aaa4f64011d57ae55d240f890cca4f7
    [2] https://github.com/midonet/midonet/blob/c44eadbf1bd676e232099487b81cfcf6189d3bba/docs/openstack-metadata-usage.md

    Related-Bug: #1496410
    Change-Id: I65aeb3497cc11e0603a8c7af9bae129088924935