]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move update_security_group_on_port to SecurityGroupDbMixin
authorAaron Rosen <aaronorosen@gmail.com>
Tue, 7 Jul 2015 18:58:06 +0000 (11:58 -0700)
committerAaron Rosen <aaronorosen@gmail.com>
Thu, 9 Jul 2015 07:50:48 +0000 (07:50 +0000)
commita6be4aa71d8f81d622cdd94d2512f59791d89254
treec105c5f7ce2c9cacfcf9599f568c08757365fec1
parentfb21626a8673b8ae7cdce519845d8911bca92a2f
Move update_security_group_on_port to SecurityGroupDbMixin

Previously this function lived in SecurityGroupServerRpcMixin. This
patch moves this function to SecurityGroupDbMixin so plugins who don't
use SecurityGroupServerRpcMixin can leverage this function. This patch
has no affect to anyone using SecurityGroupServerRpcMixin as that inherits
from SecurityGroupDbMixin.

Change-Id: I6ce60dad222e1e244f0d4fac9680e73de2a9b2e9
neutron/db/securitygroups_db.py
neutron/db/securitygroups_rpc_base.py