vmware-nsx/neutron/plugins/cisco/db
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
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
n1kv_db_v2.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
n1kv_models_v2.py Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
network_db_v2.py Fix misspellings in neutron 2014-02-07 15:28:22 +08:00
network_models_v2.py Add support for the Nexus 1000V into the Cisco Plugin. 2013-08-09 16:56:54 -07:00
nexus_db_v2.py Adding VPC support to the Cisco plugin 2013-08-21 10:26:38 -04:00
nexus_models_v2.py Cisco plugin db code cleanup, part II 2013-08-06 09:05:17 -04:00