]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix so cisco plugin db model to not override count methods
authorDan Wendlandt <dan@nicira.com>
Tue, 27 Nov 2012 17:53:28 +0000 (09:53 -0800)
committerDan Wendlandt <dan@nicira.com>
Tue, 27 Nov 2012 17:53:28 +0000 (09:53 -0800)
commit78eb1a0d53f099e42e1ffb370da8561a0c5d35bb
tree4cc27b6d081a4597182831ce6cc549dad3969e61
parent4a4626282b6177e10beb11a1ff5d33db173dac95
fix so cisco plugin db model to not override count methods

bug 1083696

also fixes bug 1083180, which has L3 plugin base class implement
get_*_count methods and raise
NotImplemented, which is the "right" thing to do from a
code-as-documentation perspective.

Change-Id: I0367953bcea930b1ca70e416d3de22eeea1aa99d
quantum/extensions/l3.py
quantum/plugins/cisco/models/virt_phy_sw_v2.py
quantum/tests/unit/test_l3_plugin.py