a474eb0cb6
The section "Other Notes" has a bullet referring to "Please read the OpenStack Networking Guide." The URL referenced in that bullet was in correct. An updated URL of http://docs.openstack.org/mitaka/networking-guide/adv-config-availability-zone.html was added to the file https://github.com/openstack/neutron/blob/master/releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml Change-Id: I3e6f6a6a15705820bc0ed489861465f54e07ae52 Closes-Bug: #1582966
14 lines
670 B
YAML
14 lines
670 B
YAML
---
|
|
prelude: >
|
|
DHCP and L3 Agent scheduling is availability zone aware.
|
|
features:
|
|
- A DHCP agent is assigned to an availability zone; the network will be
|
|
hosted by the DHCP agent with availability zone specified by the user.
|
|
- An L3 agent is assigned to an availability zone; the router will be hosted
|
|
by the L3 agent with availability zone specified by the user. This supports
|
|
the use of availability zones with HA routers. DVR isn't supported now
|
|
because L3HA and DVR integration isn't finished.
|
|
other:
|
|
- Please read the `OpenStack Networking Guide
|
|
<http://docs.openstack.org/mitaka/networking-guide/adv-config-availability-zone.html>`_.
|