Comment 2 for bug 1648930

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

Reviewed: https://review.openstack.org/409489
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=0cc627bb026801d060e360c6e5bf082a0585c016
Submitter: Jenkins
Branch: master

commit 0cc627bb026801d060e360c6e5bf082a0585c016
Author: Hong Hui Xiao <email address hidden>
Date: Sun Dec 11 10:04:39 2016 +0800

    Fix gate failure

    Commit 6948467b770df68cb96877f3e0e710650ad63fd4 adds WorkerSupportServiceMixin
    in the inheritance chain, which conflicts with NeutronDbPluginV2 and
    CommonDbMixin.
    NeutronDbPluginV2 should not be as super class of DFL3RouterPlugin, so this
    patch just remove it from super class list.

    Change-Id: I4019b2c642daf4ee39527c62d023a6eb8de30cd5
    Closes-Bug: #1648930