vmware-nsx/neutron/plugins/openvswitch
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 Avoid processing ports which are not yet ready 2014-02-13 15:38:05 -08:00
common Update common network type consts to same origin 2013-12-10 19:29:12 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_db_v2.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
ovs_models_v2.py Fix race in get_network(s) in OVS plugin 2014-01-02 23:20:23 +04:00
ovs_neutron_plugin.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

The Open vSwitch (OVS) Neutron plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/