Update release notes about network availability zone hint

1. What is the problem
There is consideration on how to use availability zone hint
in Tricircle, currently only external network is described
in release notes.

2. What is the solution to the problem
Add availability zone hint related release notes for
general network.

3. What the features need to be implemented to the Tricircle
No new features

Change-Id: I4c0f69f573dc4b6bab070d5ea1b6c6dfdbf6222f
Signed-off-by: joehuang <joehuang@huawei.com>
This commit is contained in:
joehuang 2017-02-13 20:45:32 -05:00
parent 08354fae93
commit 4d6a4e6b1a

View File

@ -1,6 +1,6 @@
---
prelude: >
The Tricircle is a dedicated project for networking automation across
The Tricircle is to provide networking automation across
Neutron in OpenStack multi-region deployment.
features:
- |
@ -61,9 +61,20 @@ features:
Neutron L2 networking and the bridge network for L3 networking.
* Pagination and sort are not supported at the same time for list
operation.
* For security group rule, remote group not supported yet. Use IP
* For security group rule, remote group is not supported yet. Use IP
prefix to create security group rule.
* Need to specify the region name as the availability zone hint for
* One availability zone can include more than one region through
Tricircle pod management.
* Availability zone or region name for availability zone hint can be
specified during network creation, that means this network will be
presented in the specified list of availability zone or region. If no
availability zone hint is specified and the network is not Local
Network, then the network can be spread into all regions. For Local
Network without availability zone hint specified in creation, then
the network will only be presented in the first region where the
resource(VM, baremetal or container) is booted and plugged into this
network.
* Need to specify one region name as the availability zone hint for
external network creation, that means the external network will
be located in the specified region.
issues: