vmware-nsx/neutron/plugins
Aaron Rosen bf87549bc9 Plugins should call __init__ of db_base_plugin for db.configure
Currently each plugin calls db.configure() within the plugin's __init__
class or defines an initialize() method that's sole job is to call this
method. Instead we should just call the super method of a plugin so that
db.configure() is called for us out of the db_base_plugin class.

Note: the only reason why I'm making this change is that I want to add
something to the __init__() class of the db_base_plugin that's needed for
the nova-event-callback blueprint and adding it in the base class of init
looks to be the best place.

Change-Id: Iec3c912735021ceb90f657108aad3a57460d66e7
Closes-bug: #1282303
2014-02-21 13:30:12 -08:00
..
bigswitch Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
brocade Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
cisco Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
common Merge "LBaaS: fix handling pending create/update members and health monitors" 2014-02-06 14:59:31 +00:00
embrane Apply six for metaclass 2013-11-18 17:58:58 +09:00
hyperv Merge "Fixes missing method in Hyper-V Utils (Metering)" 2013-12-22 21:09:38 +00:00
linuxbridge Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
metaplugin Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
midonet Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
ml2 Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
mlnx Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
nec Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
nicira Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
openvswitch Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
plumgrid Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
ryu Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00