]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix SG interface to reflect the reality
authorTomoe Sugihara <tomoe@midokura.com>
Mon, 18 Feb 2013 06:24:55 +0000 (15:24 +0900)
committerTomoe Sugihara <tomoe@midokura.com>
Mon, 18 Feb 2013 06:49:38 +0000 (15:49 +0900)
commit434534652d8f350cd3419605b8d8d22b078727b1
treed628818d673ec035a12da8c5a97ec8c0052410a7
parent25878ca349cd10e55975a0dd5a001710d67521c8
Fix SG interface to reflect the reality

The signitures of abstract methods in SecurityGroupPluginBase
has diverged from db mixin implementation.
This patch updates the methods to fix the divergence, mainly
by removing update method from the base. Note that there's an
issue for missing update(bug #1124865).

Fixes: bug #1119080
Change-Id: I6631b86ab2fdf4b81ad575e9a8f92dfe041ffe9a
Signed-off-by: Tomoe Sugihara <tomoe@midokura.com>
quantum/db/securitygroups_db.py
quantum/extensions/securitygroup.py