chen-li cc02854357 Remove the warning for Scheduling Network
when a new port is created, the schedule_network in agentschedulers_db is called.
Since this network may already be hosted, it will directly return None in dhcp_agent_scheduler,
which cause the agentschedulers_db.schedule_network log a warning message.

This is really annoying and making users confused.
And, real warnings are already addressed in the real scheduler function.
which is neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler.schedule by default.

Change-Id: I11bdbe47c2cc0fc45fb143970fb6762678bc27e5
Closes-Bug: #1192786
2013-11-12 15:56:30 +08:00
..
2013-07-06 15:02:43 -04:00
2013-08-05 08:51:16 -07:00
2013-10-21 23:19:39 +08:00
2013-08-12 16:55:48 -07:00
2013-07-06 15:02:43 -04:00
2013-07-06 15:02:43 -04:00