Merge "add release notes for mitaka-2"

This commit is contained in:
Jenkins 2016-01-18 18:18:41 +00:00 committed by Gerrit Code Review
commit 62928318f8
10 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- >
[`bug 1531626 <https://bugs.launchpad.net/ceilometer/+bug/1531626>`_]
Ensure aggregator transformer timeout is honoured if size is not provided.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1530793 <https://bugs.launchpad.net/ceilometer/+bug/1530793>`_]
network.services.lb.incoming.bytes meter was previous set to incorrect
type. It should be a gauge meter.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 255569 <https://bugs.launchpad.net/ceilometer/+bug/255569>`_]
Fix caching support in Gnocchi dispatcher. Added better locking support
to enable smoother cache access.

View File

@ -0,0 +1,7 @@
---
features:
- >
Gnocchi dispatcher now uses client rather than direct http requests
upgrade:
- >
gnocchiclient library is now a requirement if using ceilometer+gnocchi.

View File

@ -0,0 +1,7 @@
---
upgrade:
- >
gnocchi_resources.yaml in Ceilometer should be updated.
fixes:
- >
Fix samples from Heat to map to correct Gnocchi resource type

View File

@ -0,0 +1,5 @@
---
fixes:
- >
[`bug 1523124 <https://bugs.launchpad.net/ceilometer/+bug/1523124>`_]
Fix gnocchi dispatcher to support UDP collector

View File

@ -0,0 +1,8 @@
---
upgrade:
- >
Run db-sync to add new indices.
fixes:
- >
[`bug 1526793 <https://bugs.launchpad.net/ceilometer/+bug/1526793>`_]
Additional indices were added to better support querying of event data.

View File

@ -0,0 +1,4 @@
---
features:
- >
Add support for Keystone v3 authentication

View File

@ -0,0 +1,9 @@
---
features:
- >
Support for CADF-only payload in HTTP dispatcher is dropped as
audit middleware in pyCADF was dropped in Kilo cycle.
upgrade:
- >
audit middleware in keystonemiddleware library should be used for
similar support.

View File

@ -0,0 +1,9 @@
---
features:
- >
RPC collector support is dropped. The queue-based notifier publisher and
collector was added as the recommended alternative as of Icehouse cycle.
upgrade:
- >
Pipeline.yaml files for agents should be updated to notifier:// or udp://
publishers. The rpc:// publisher is no longer supported.