neutron/quantum/plugins/openvswitch
Salvatore Orlando cfaec705c8 Jointly load ExternalNetwork with Network
Bug 1177572

This patch leverages the same approach as bug 1174111 for avoiding
loading ExternalNetwork element from db for each network element.
make_network_dict, _extend_network_dict_l3 are refactored accordingly.

Also, this patch sligthly alters the logic of process_l3_network_create
and process_l3_network_update as these methods assumed
_extend_network_dict_l3 was always executed before retuerning.

Finally, calls to get_network and get_networks in plugins which only
extended the response with l3 attributes have been completely removed.

Change-Id: I3b4c28ec0c78f731a534c2b66150d529fd797e72
2013-07-01 17:38:54 +02:00
..
agent Deprecate enable_tunneling in the OVS agent 2013-06-28 08:07:50 +00:00
common Add support for VXLAN to the Open vSwitch plugin. 2013-06-10 12:00:20 +00:00
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
ovs_db_v2.py Fix usage of Query.all() and NoResultFound 2013-05-03 16:24:57 +03:00
ovs_models_v2.py remove unused db model for openvswitch plugin 2013-05-23 06:55:51 +00:00
ovs_quantum_plugin.py Jointly load ExternalNetwork with Network 2013-07-01 17:38:54 +02:00
README Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00

The Open vSwitch (OVS) Quantum plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/