vmware-nsx/neutron/plugins/nec
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
..
agent NEC plugin: Fix nec-agent unexpected exit due to RPC exception 2013-10-05 06:54:44 +00:00
common nec plugin: Compare OFS datapath_id as hex int 2014-02-13 10:37:29 +00:00
db Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
drivers OpenFlow distributed router support in NEC plugin 2013-09-04 17:15:59 +09:00
extensions Added check on plugin.supported_extension_aliases 2013-11-19 12:51:21 -06:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
nec_plugin.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
nec_router.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
ofc_driver_base.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
ofc_manager.py OpenFlow distributed router support in NEC plugin 2013-09-04 17:15:59 +09:00
packet_filter.py Fix message i18n error 2013-09-08 15:58:12 +08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
router_drivers.py Apply six for metaclass 2013-11-18 17:58:58 +09:00

Quantum NEC OpenFlow Plugin


# -- What's this?

http://wiki.openstack.org/Quantum-NEC-OpenFlow-Plugin


# -- Installation

Use QuickStart Script for this plugin.  This provides you auto installation and
configuration of Nova, Neutron and Trema.
https://github.com/nec-openstack/quantum-openflow-plugin/tree/folsom