Merge "Release notes for newton RC2"

This commit is contained in:
Jenkins 2016-09-29 14:09:19 +00:00 committed by Gerrit Code Review
commit 0e302ca777
5 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed a bug in affinity policy where the calls to nova driver was wrong.

View File

@ -0,0 +1,6 @@
---
fixes:
- Fixed bug related to the desired_capacity calculation. The base number used
now is the current capacity of the cluster instead of previous 'desired'
capacity. This include all actions that change cluster capacity and all
related policies.

View File

@ -0,0 +1,4 @@
---
features:
- Added a new type of receiver (i.e. message) which is based on Zaqar
message queue.

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixed dead service clean-up logic so that the clean-up operation can be
retried.

View File

@ -0,0 +1,3 @@
---
features:
- Added 'template_url' support to heat stack profile.