vmware-nsx/quantum/plugins/openvswitch
gongysh 00897bd3b7 Add scheduling feature basing on agent management extension
3rd part of blueprint quantum-scheduler

1. Allow networks to be hosted by certain dhcp agents.
Network to dhcp agent is a
many to many relationship. Provide a simple
scheduler to schedule a network randomly
to an active dhcp agent when a network or port is created.
2. Allow admin user to (de)schedule network to a
certain dhcp agent manually.
3. Allow routers to be hosted by a certain l3 agent.
Router to l3 agent is a many to one relationship.
Provide a simple scheduler to
schedule a router to l3 agent if the router is not
scheduled when the router is  updated.
4. Auto schedule networks and routers to agents when agents
start.
5. Only support ovs plugin at this point

Change-Id: Iddec3ea9d4c0fe2d51a59f7db47145722fc5a1cd
2013-02-27 21:20:51 +08:00
..
agent Fixes import reorder nits 2013-02-26 10:37:59 +08:00
common Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
Makefile Bug #1012418 - quantum agent for OVS does not install properly on Xen XCP 2012-06-26 15:27:23 -03:00
ovs_db_v2.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
ovs_models_v2.py add local network type and use by default for tenant networks 2012-09-07 21:42:01 -04:00
ovs_quantum_plugin.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08: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/