]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Strip unnecessary overrides in extraroute_db mixin
authorKevin Benton <blak111@gmail.com>
Fri, 17 Apr 2015 11:18:56 +0000 (04:18 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 17 Apr 2015 11:18:56 +0000 (04:18 -0700)
commit6c6d3c9cca17a788a31526bb652dcdfc7bb54326
tree42e29324281c54a4014740f0010ebb4eb0a66da6
parent374be5d44b9d887533dbbcaadf5e8cb4d3bb0e34
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
neutron/db/extraroute_db.py