Merge "mark deprecated ceilometer items"

This commit is contained in:
Jenkins 2015-09-21 14:08:04 +00:00 committed by Gerrit Code Review
commit 09314e1f72
2 changed files with 13 additions and 4 deletions

View File

@ -416,7 +416,8 @@ rpc
It can be specified in the form of
``rpc://?option1=value1&option2=value2``. It emits metering data
over lossy AMQP. This method is synchronous and may experience
performance issues.
performance issues. This publisher is deprecated in Liberty in favour of
the notifier publisher.
udp
It can be specified in the form of ``udp://<host>:<port>/``. It emits
@ -493,5 +494,5 @@ specified. A sample ``publishers`` section in the
publishers:
- udp://10.0.0.2:1234
- rpc://?per_meter_topic=1
- rpc://?per_meter_topic=1 (deprecated in Liberty)
- notifier://?policy=drop&max_queue_length=512

View File

@ -16,7 +16,8 @@ ceilometer-api
ceilometer-polling
Polls for different kinds of meter data by using the polling
plug-ins (pollsters) registered in different namespaces.
plug-ins (pollsters) registered in different namespaces. It provides a
single polling interface across different namespaces.
ceilometer-agent-central
Polls the public RESTful APIs of other OpenStack services such as
@ -53,6 +54,8 @@ ceilometer-alarm-notifier
.. note::
The ``ceilometer-polling`` service is available since the Kilo release.
It is intended to replace ceilometer-agent-central,
ceilometer-agent-compute, and ceilometer-agent-ipmi.
Besides the ``ceilometer-agent-compute`` and the ``ceilometer-agent-ipmi``
services, all the other services are placed on one or more controller
@ -89,7 +92,12 @@ The list of supported database back ends:
- `HBase <http://hbase.apache.org/>`__
- `DB2 <http://www-01.ibm.com/software/data/db2/>`__
- `DB2(deprecated) <http://www-01.ibm.com/software/data/db2/>`__
.. note::
DB2 nosql support is deprecated as of Liberty and will be removed in Mitaka
as the product is no longer in development.
|