Merge "Update release notes for Newton release"

This commit is contained in:
Jenkins 2016-10-01 00:57:58 +00:00 committed by Gerrit Code Review
commit 20093cc8ed
2 changed files with 25 additions and 1 deletions

View File

@ -1,5 +1,15 @@
---
prelude: >
Congress now supports high-availability and high-query-throughput
deployments with load-balanced policy engines and warm-standby data-source
drivers.
features:
- Added support for replicated (load-balanced) policy engines for
high-availability and high-query-throughput deployments.
high-availability and high-query-throughput deployments. See HA-Overview
and HA-Deployment documentation for more information.
- Added support for warm-standby data-source drivers managed by Pacemaker.
See HA-Overview and HA-Deployment documentation for more information.
upgrade:
- Added a new database table dstabledata to persist pushed data from
a datasource. Necessary migration scripts are included in
congress/db/migration/

View File

@ -0,0 +1,14 @@
---
features:
- Congress now supports multi-node deployment where different components
(policy engine, API server, and datasource drivers) may be deployed in
separate processes on separate hosts. See deployment documentation for
more information.
issues:
- Ceilometer driver experiences error when retrieving the list of alarms.
The impact is that the some ceilometer data may not be updated in Congress.
We are currently working with the ceilometer team to find a resolution.
Expect a resolution in the next minor release.
- The specialized policy engine for VM placement (previously released as
experimental) is not available in this release. Expect it to be available
again in a future release.