vmware-nsx/quantum/common
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
..
__init__.py Remove dependency on python-quantumclient 2012-04-23 18:42:08 -07:00
config.py Limit amount of fixed ips per port 2013-02-26 16:26:34 +00:00
constants.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
exceptions.py Add check for subnet update with conflict gateway and allocation_pools 2013-02-13 14:39:45 +01:00
rpc.py Fixes import order nits 2012-12-03 10:11:08 +08:00
test_lib.py Logging module cleanup 2013-01-03 16:20:56 +08:00
topics.py Modify dhcp agent for agent management extension 2013-02-19 20:28:02 +08:00
utils.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00