neutron/neutron/plugins/nec
Salvatore Orlando 9bf0e66544 Remove auto-generation of db schema from models at startup
This patch removes the Neutron capability of creating database tables
from sqlalchemy models for all those model classes for which
a table is not found in the database schema.
Migrations should be the official and only solution for creating and
managing the Neutron db schema.
This patch also adapts unit tests in order to ensure test schemas
are still correctly created.

DocImpact
Update deployment documentation accordingly.

Closes-Bug: #1207402

Change-Id: Ie4ee5507888ecad5f6dc32ce7a029c43014687a2
Co-Authored-By: Henry Gessau <gessau@cisco.com>
2014-08-15 17:21:17 -04:00
..
agent Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
common Use jsonutils instead of stdlib json 2014-08-14 12:45:58 +02:00
db Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
drivers Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
extensions Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
README Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
nec_plugin.py Avoid notifying while inside transaction opened in delete_port() 2014-07-05 15:55:18 +02:00
nec_router.py Add L3 Scheduler Changes for Distributed Routers 2014-07-29 23:10:17 -07:00
ofc_driver_base.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
ofc_manager.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
packet_filter.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
router_drivers.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00

README

Quantum NEC OpenFlow Plugin


# -- What's this?

https://wiki.openstack.org/wiki/Neutron/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