Release notes for RC1 release

This patch adds release notes for the RC1 release.

Change-Id: Ice6e3638818cda41f95b1491779fa750a7277c75
This commit is contained in:
tengqm 2016-09-16 05:27:56 -04:00
parent f27ec4bd60
commit 17a62dbd5e
9 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
features:
- Added dependents to clusters and nodes for recording other clusters/nodes
that depend on them.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed cluster/node status setting after a cluster/node check operation.

View File

@ -0,0 +1,3 @@
---
fixes:
- Various fixes to the user doc, developer doc and API documentation.

View File

@ -0,0 +1,4 @@
---
fixes:
- Removed 'metadata' from profile query parameters because the current
support is known to have issues.

View File

@ -0,0 +1,4 @@
---
features:
- The 'image', 'flavor', 'key_name' and 'networks' properties of a
nova server profile can now be validated via profile-validate API.

View File

@ -0,0 +1,4 @@
---
features:
- Optimized nova server update so that password and server name can be
updated with and without image-based rebuild.

View File

@ -0,0 +1,4 @@
---
fixes:
- Added validation of key_name, flavor, image, networks when updating nova
server.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed bugs related to receiver creation when type is set to 'message'.

View File

@ -0,0 +1,4 @@
---
deprecations:
- Deprecate 'block_device_mapping' from nova server profile since it was
never supported by OpenStack SDK.