Final batch of release notes for Mitaka-3

This patch adds some release notes in preparation for the mitaka-3
release.

Change-Id: Ia87f4509f0bf40c481c6838c604138a99b548ec9
This commit is contained in:
tengqm 2016-03-04 00:54:52 -05:00
parent 7f97ab6e5e
commit a27cdb22ec
7 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
fixes:
- Reworked action status check so that a cluster action will always return
from WAITING status.

View File

@ -0,0 +1,4 @@
---
features:
- Added senlin.policy.affinity-v1.0 which can be used to control how VM
servers are placed based on nova servergroup settings.

View File

@ -0,0 +1,3 @@
---
other:
- Added documentation for senlin.policy.deletion-v1.0.

View File

@ -0,0 +1,4 @@
---
features:
- New health check daemon is introduced to do periodical cluster status
checking. It collaborates with health policy on cluster monitoring.

View File

@ -0,0 +1,3 @@
---
features:
- Added LBaaS health monitor support to load-balancing policy v1.0.

View File

@ -0,0 +1,4 @@
---
fixes:
- Enforce multi-tenancy checking when a non-admin user attempting to list
resources from projects other than that of the requesting user.

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixed trust usage when interacting with keystone. This enables senlin to
be deployed on a Juno version OpenStack.