Comment 17 for bug 1445412

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

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

commit 6c6d3c9cca17a788a31526bb652dcdfc7bb54326
Author: Kevin Benton <email address hidden>
Date: Fri Apr 17 04:18:56 2015 -0700

    Strip unnecessary overrides in extraroute_db mixin

    The extra route DB mixin seemed to be overriding the
    get_router and get_routers method for no reason. They
    both just called the super version of themselves with
    the same arguments.

    This patch just pulls those functions out. Found in
    tracebacks while working on a related bug.

    Change-Id: Ifd1a0676073e91104db3a13df6fe1eb2189f20f5
    Related-bug: #1445412