From 1dbfc24ba774c4e11693b609f2eacf180deb0e60 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Wed, 9 Sep 2015 11:28:49 -0400 Subject: [PATCH] Update install docs Suggest only rabbit as a recommended messaging. qpid is not widely used anymore. Change-Id: I8ce8236532e394d7e6d656fb27f7155f4113b3de --- doc/source/install/development.rst | 2 +- doc/source/install/manual.rst | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index 717e80d5..735a3e7d 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -53,7 +53,7 @@ Configuring devstack `_. 3. Ceilometer makes extensive use of the messaging bus, but has not - yet been tested with ZeroMQ. We recommend using Rabbit or qpid for + yet been tested with ZeroMQ. We recommend using Rabbit for now. By default, RabbitMQ will be used by devstack. 4. The ceilometer services are not enabled by default, so they must be diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index e43582ec..98ed84aa 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -117,7 +117,7 @@ Installing the notification agent 1. If you want to be able to retrieve image samples, you need to instruct Glance to send notifications to the bus by changing ``notifier_strategy`` - to ``rabbit`` or ``qpid`` in ``glance-api.conf`` and restarting the + to ``rabbit`` in ``glance-api.conf`` and restarting the service. 2. If you want to be able to retrieve volume samples, you need to instruct @@ -211,8 +211,8 @@ Installing the notification agent .. note:: Ceilometer makes extensive use of the messaging bus, but has - not yet been tested with ZeroMQ. We recommend using Rabbit or - qpid for now. + not yet been tested with ZeroMQ. We recommend using Rabbit + for now. 2. Set the ``telemetry_secret`` value. @@ -283,8 +283,8 @@ Installing the collector .. note:: Ceilometer makes extensive use of the messaging bus, but has - not yet been tested with ZeroMQ. We recommend using Rabbit or - qpid for now. + not yet been tested with ZeroMQ. We recommend using Rabbit + for now. 2. Set the ``telemetry_secret`` value. @@ -355,8 +355,8 @@ Installing the Polling Agent .. note:: Ceilometer makes extensive use of the messaging bus, but has - not yet been tested with ZeroMQ. We recommend using Rabbit or - qpid for now. + not yet been tested with ZeroMQ. We recommend using Rabbit + for now. Refer to :doc:`/configuration` for details about any other options you might want to modify before starting the service. @@ -422,8 +422,8 @@ Installing the API Server .. note:: Ceilometer makes extensive use of the messaging bus, but has - not yet been tested with ZeroMQ. We recommend using Rabbit or - qpid for now. + not yet been tested with ZeroMQ. We recommend using Rabbit + for now. Refer to :doc:`/configuration` for details about any other options you might want to modify before starting the service.