Add release notes for the master branch

1. What is the problem?
There is no release notes in master branch, then the user of
Tricircle don't know what features supported, what features not
supported.
2. What is the solution to the problem?
Add release notes to outline what features supported for the Tricircle
project.
3. What the features need to be implemented to the Tricircle to realize the solution?
No new features.

Change-Id: I4270730bd5def464b9814f7b457a0316a6dd1a0e
This commit is contained in:
CR_hui 2016-10-18 16:48:29 +08:00
parent f23b41405e
commit c219708d87
4 changed files with 61 additions and 1 deletions

View File

@ -42,3 +42,4 @@ detailed in the LICENSE file.
* Source: https://github.com/openstack/tricircle
* Bugs: http://bugs.launchpad.net/tricircle
* Blueprints: https://launchpad.net/tricircle
* Release notes: https://github.com/openstack/tricircle/tree/master/releasenotes/notes

View File

@ -0,0 +1,52 @@
---
prelude: >
- The Tricircle is a dedicated project for networking automation across
Neutron in OpenStack multi-region deployment.
features:
- Network:
- List networks
- Create network
- Show network details
- Delete network
- Subnet:
- List subnets
- Create subnet
- Show subnet details
- Delete subnet
- Port:
- List ports
- Create port
- Show port details
- Delete port
- Router:
- List routers
- Create router
- Show router details
- Delete router
- Add interface to router
- Delete interface from router
- List floating IPs
- Create floating IP
- Show floating IP details
- Update floating IP
- Delete floating IP
- Security Group:
- List security groups
- Create security group
- Show security group details
- List security group rules
- Create security group rule
- Show security group rule
- Note for networking:
- Only Local Network and Shared VLAN network supported. Shared
VLAN is the only L2 network type which supports cross
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
prefix to create security group rule.
- Need to specify the region name as the availability zone hint for
external network creation, that means the external network will
be located in the specified region.
issues:
- refer to https://bugs.launchpad.net/tricircle

View File

@ -1,9 +1,10 @@
======================
Cinder Release Notes
Tricircle Release Notes
======================
.. toctree::
:maxdepth: 1
mitaka
newton
unreleased

View File

@ -0,0 +1,6 @@
=============================
Newton Series Release Notes
=============================
.. release-notes::
:branch: origin/stable/newton