add initial release notes

Change-Id: I6eb9d874335b9caac14c28660bee81c3289cea8f
This commit is contained in:
gordon chung
2015-12-01 11:49:50 -05:00
parent c14856a50d
commit f24ea44401
7 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
features:
- >
[`bug 1480333 <https://bugs.launchpad.net/ceilometer/+bug/1480333>`_]
Support ability to configure collector to capture events or meters mutally
exclusively, rather than capturing both always.
other:
- >
Configure individual dispatchers by specifying meter_dispatchers and
event_dispatchers in configuration file.

View File

@@ -0,0 +1,10 @@
---
features:
- >
Support resource caching in Gnocchi dispatcher to improve write
performance to avoid additional queries.
other:
- >
A dogpile.cache supported backend is required to enable cache. Additional
configuration `options <http://docs.openstack.org/developer/oslo.cache/opts.html#cache>`_
are also required.

View File

@@ -0,0 +1,5 @@
---
features:
- >
Ceilometer alarms code is now fully removed from code base.
Equivalent functionality is handled by Aodh.

View File

@@ -0,0 +1,4 @@
---
features:
- >
Remove eventlet from Ceilometer in favour of threaded approach

View File

@@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1506738 <https://bugs.launchpad.net/ceilometer/+bug/1506738>`_]
[`bug 1509677 <https://bugs.launchpad.net/ceilometer/+bug/1509677>`_]
Optimise SQL backend queries to minimise query load

View File

@@ -0,0 +1,5 @@
---
features:
- >
[`bug 1513731 <https://bugs.launchpad.net/ceilometer/+bug/1513731>`_]
Add support for hardware cpu_util in snmp.yaml

View File

@@ -0,0 +1,6 @@
---
critical:
- >
[`bug 1519767 <https://bugs.launchpad.net/ceilometer/+bug/1519767>`_]
fnmatch functionality in python <= 2.7.9 is not threadsafe. this issue and
its potential race conditions are now patched.