Comment 3 for bug 1695101

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

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

commit 73776facdcc9611b00410c43bd16e09bdfc7a7e7
Author: Kevin Benton <email address hidden>
Date: Thu Jun 15 00:25:36 2017 -0700

    Use super to make _build_routers_list safer

    This switches _build_routers_list to call 'super' in both
    of the override cases so we aren't sensitive to class ordering.

    Change-Id: I2f8b54826918280cf63d69a6d34bfc4b358b3b6a
    Related-Bug: #1695101