6 Commits

Author SHA1 Message Date
Guoqiang Ding
b1f05504ed Update the documentation links
The documentation links which start with "admin-guide" and
"networking-guide" are outdated. Fix them to be friendly
to new contributors.

Change-Id: I656ba3b82df6acd2555735093127ca59f7042d44
2017-12-13 10:49:46 +00:00
shmcfarl
a474eb0cb6 Fix broken URL in Mitaka Neutron release note
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
2016-05-18 09:28:19 -06:00
Hirofumi Ichihara
3f1c75ade7 Add a link of availability zone document into releasenote
Change-Id: I01f1a8f8b13a240aad22267f2042ffc2f00dfea3
Closes-bug: #151998
Depends-On: I9ea73040b4d15f78d529d5652215699841bd3732
2015-12-21 17:17:31 +09:00
Kyle Mestery
ae2e2ac77f Cleanup all the release notes
Fix grammar issues with release notes. Make the wording clearer for
a few of them as well.

Change-Id: If766f222c57f490276de717618ebb7102e7efdcb
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-12-15 20:31:22 -05:00
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
Hirofumi Ichihara
6e50027819 Add availability_zone support for network
This patch adds the availability_zone support for network.

APIImpact
DocImpact

Change-Id: I9259d9679c74d3b3658771290e920a7896631e62
Co-Authored-By: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Partially-implements: blueprint add-availability-zone
2015-11-25 22:34:09 +09:00