vmware-nsx/neutron
Aaron Rosen 326b85dd61 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
..
agent Merge "Fix ValueError in ip_lib.IpRouteCommand.get_gateway()" 2014-02-21 19:17:00 +00:00
api Update RPC code from oslo 2014-01-15 04:26:57 -08:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Merge "LBaaS: move agent based driver files into a separate dir" 2014-02-21 10:55:51 +00:00
db Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
debug Merge "Update RPC code from oslo" 2014-01-16 16:25:15 +00:00
extensions Validate rule uuids provided for update_policy 2014-02-17 21:34:03 +04:00
locale Imported Translations from Transifex 2014-02-21 06:38:31 +00:00
openstack Copy cache package from oslo-incubator 2014-02-20 15:00:34 +01:00
plugins Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
scheduler Fix race condition in network scheduling to dhcp agent 2014-02-06 15:40:54 +04:00
server Re-enable lazy translation 2014-02-10 19:26:09 +00:00
services Merge "LBaaS: move agent based driver files into a separate dir" 2014-02-21 10:55:51 +00:00
tests 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
auth.py Return request-id in API response 2014-02-10 04:58:38 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Fixes Windows setup dependency bug 2013-08-15 22:58:14 +03:00
manager.py Configure plugins by name 2014-01-15 15:43:59 +08:00
neutron_plugin_base_v2.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
policy.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00
quota.py Add missing quota flags in the config file sample 2013-12-02 19:14:06 +01:00
service.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00