]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move network schedule to first port creation.
authorgongysh <gongysh@linux.vnet.ibm.com>
Fri, 1 Mar 2013 08:23:32 +0000 (16:23 +0800)
committergongysh <gongysh@linux.vnet.ibm.com>
Sat, 2 Mar 2013 03:12:46 +0000 (11:12 +0800)
commit262c4fb432b834f97b7ab401dba1e2f6107b2a4d
tree6af09ffe88801fba7793a9a2996a88147cd07cf8
parentc53f9495883536406f9da93ce022076b3705acbc
Move network schedule to first port creation.

blueprint quantum-scheduler

we remove scheduling network
to dhcp agent when creating network so that we can give admin
the chance to allocate the given network to a given dhcp agent after
network creation.

Change-Id: I228870669825405277de0505a3f2ece074918524
quantum/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py
quantum/db/agentschedulers_db.py
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/scheduler/dhcp_agent_scheduler.py
quantum/scheduler/l3_agent_scheduler.py
quantum/tests/unit/openvswitch/test_agent_scheduler.py