]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add hosted agents list to dhcp agent scheduler
authorHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Tue, 17 Nov 2015 02:29:07 +0000 (11:29 +0900)
committerHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Thu, 19 Nov 2015 01:39:28 +0000 (10:39 +0900)
commit65aea5d57728a7dcf9ad9665693305f97fd1918d
tree086417ba290dedf0a81e4aad119fbe58f27aeebb
parentd2c40b7e4e2a8821ea89ccbd0fb9a4689bd58ec8
Add hosted agents list to dhcp agent scheduler

Availability zone aware dhcp scheduler uses hosted agents list
to schedule dhcp agent to proper availability zone.
The scheduler can avoid scheduling the same availalibity zone as
agents host a network which should be distributed for HA.

Change-Id: Ib01f6d852956dc1e89b83321d657c0baf829e28a
Partially-implements: blueprint add-availability-zone
neutron/scheduler/base_scheduler.py
neutron/scheduler/dhcp_agent_scheduler.py