Files
neutron/releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml
Hirofumi Ichihara ef2a5543cc Add availability_zone support for router
This patch adds the availability_zone support for router.

APIImpact
DocImpact: Make router scheduler availability zone aware. If multiple
availability zones are used, set router_scheduler_driver =
neutron.scheduler.l3_agent_scheduler.AZLeastRoutersScheduler. This scheduler
selects agent depends on LeastRoutersScheduler logic within an availability
zone so that considers the weight of agent.

Change-Id: Id26d9494b9a5b459767e93a850f47a3b014b11bb
Co-Authored-By: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Partially-implements: blueprint add-availability-zone
2015-12-04 12:32:42 +09:00

10 lines
512 B
YAML

---
prelude: >
Agent scheduling aware of availability zones is now supported.
features:
- DHCP agent is assigned to an availability zone; network will be hosted by
the DHCP agent with availability zone which user specifies.
- L3 agent is assigned to an availability zone; router will be hosted by the
L3 agent with availability zone which user specifies. This supports the use
of availability zones with HA routers. DVR isn't supported now because L3HA
and DVR integration isn't finished.