vmware-nsx/quantum/plugins/nec
Salvatore Orlando 6f01194e9c Perform a joined query for ports and security group associations
bug 1174111

Instead of loading security group associations with a separate query
each time a port is loaded from the database, perform the load operation
with a join using a joined sqlalchemy relationship.
Also, this patch removes the need for invoking the mixin method
'extend_port_dict_security_group' from the plugin code.

Change-Id: I40b22281d45ff4f4bf8149211883799a9051c1a0
2013-05-04 00:35:02 +02:00
..
agent Merge "Enable automatic validation of many HACKING rules." 2013-04-12 15:10:32 +00:00
common Improve Python 3.x compatibility 2013-04-29 11:41:46 +02:00
db Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
drivers Docstrings formatted according to pep257 2013-04-30 16:10:06 +03:00
extensions Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
__init__.py NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
nec_plugin.py Perform a joined query for ports and security group associations 2013-05-04 00:35:02 +02:00
ofc_driver_base.py plugin/nec: Make sure resources on OFC is globally unique. 2013-02-18 17:40:35 +09:00
ofc_manager.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
README remove unittest section for nec plugin README file 2012-09-19 10:50:03 +08: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, Quantum and Trema.
https://github.com/nec-openstack/quantum-openflow-plugin/tree/folsom