vmware-nsx/quantum/plugins/midonet
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
..
__init__.py Implement MidoNet Quantum Plugin 2013-02-20 10:20:20 +09:00
config.py Implement MidoNet Quantum Plugin 2013-02-20 10:20:20 +09:00
midonet_lib.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
plugin.py Perform a joined query for ports and security group associations 2013-05-04 00:35:02 +02:00