Comment 9 for bug 1359416

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

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

commit f872bbd4f4bab5582ab4cb8e449e8afe61577563
Author: Akihiro Motoki <email address hidden>
Date: Tue Aug 19 21:16:19 2014 +0900

    Make DvrServerRpcCallback a separate callback class

    RPC has a version of itself. In Neutron a plugin implements
    several RPC interface, so a single RPC version doesn't work.
    In Mixin callback class approach, RPC versioning depends on
    each plugin implementation and it makes harder to maintain
    RPC version appropriately. This patch series replaces mixin
    RPC callback of server side with a separate class.

    This commit handles server-side callback of DVR ML2 RPC interface.

    Partial-Bug: #1359416
    Change-Id: I1b6383f7b0af5d9aed18eda3a15f21d3504d0347