vmware-nsx/neutron/plugins/cisco
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
..
common Merge "Improve unit test coverage for Cisco plugin common code" 2013-12-06 19:28:08 +00:00
db Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
extensions Update Cisco N1KV plugin to VSM REST api calls 2013-10-15 18:01:08 -07:00
models Improve unit test coverage for Cisco plugin base code 2013-11-27 17:24:35 -05:00
n1kv Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
nexus Improve unit test coverage for Cisco plugin nexus code 2013-11-25 17:24:17 -05:00
test Improve unit test coverage for Cisco plugin nexus code 2013-11-25 17:24:17 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
l2device_plugin_base.py Merge "Improve unit test coverage for Cisco plugin nexus code" 2013-12-05 14:39:30 +00:00
network_plugin.py Merge "Improve unit test coverage for Cisco plugin base code" 2013-12-05 11:00:21 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

Cisco Neutron Virtual Network Plugin

This plugin implements Neutron v2 APIs and helps configure
topologies consisting of virtual and physical switches.

For more details on use please refer to:
http://wiki.openstack.org/cisco-neutron