Merge "Release notes for RC1 release"

This commit is contained in:
Jenkins 2016-09-16 10:28:28 +00:00 committed by Gerrit Code Review
commit 2c3b5ee284
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.