]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove L2populationDbMixin parent
authorAssaf Muller <amuller@redhat.com>
Mon, 4 Jan 2016 17:37:01 +0000 (12:37 -0500)
committerAssaf Muller <amuller@redhat.com>
Wed, 6 Jan 2016 13:17:20 +0000 (13:17 +0000)
Change-Id: I429f5dcd2327dacf9cc6eb7754696bd4bdc8ea1f

neutron/plugins/ml2/drivers/l2pop/db.py

index 822e9da0243101c33338b0477b2c34fef09fa504..f0f8060c886e53bfa34d647ca45c250ecfdf42c4 100644 (file)
@@ -18,12 +18,11 @@ from oslo_utils import timeutils
 
 from neutron.common import constants as const
 from neutron.db import agents_db
-from neutron.db import common_db_mixin as base_db
 from neutron.db import models_v2
 from neutron.plugins.ml2 import models as ml2_models
 
 
-class L2populationDbMixin(base_db.CommonDbMixin):
+class L2populationDbMixin(object):
 
     def get_agent_ip_by_host(self, session, agent_host):
         agent = self.get_agent_by_host(session, agent_host)