Merge "Update docs with Sahara notifications configuration"

This commit is contained in:
Jenkins 2014-09-12 17:18:58 +00:00 committed by Gerrit Code Review
commit d2b607b0be
3 changed files with 32 additions and 0 deletions

View File

@ -63,3 +63,6 @@ ceilometer::
# Enable the ceilometer api services
enable_service ceilometer-api
6. If you use Data Processing (Sahara) service at your DevStack, it will
generate notifications by default.

View File

@ -583,6 +583,22 @@ Or if migration to oslo.messaging is done for Icehouse:
notification_driver=oslo.messaging.notifier.Notifier
Configuring Sahara to send notifications
========================================
Configure the driver in ``sahara.conf``
::
enable_notifications=true
notification_driver=messaging
Also you need to configure RPC-related options correctly as written above
for other parts of installation guide. Refer to :doc:`/configuration` for
details about any other options you might want to modify before starting
the service.
Notifications queues
========================

View File

@ -230,6 +230,19 @@ stack.suspend Delta stack stack ID notificati
To enable Heat notifications configure Heat as described in :ref:`installing_manually`.
Data Processing (Sahara)
========================
=============================== ========== ========== =========== ============ =================================================
Name Type Unit Resource Origin Note
=============================== ========== ========== =========== ============ =================================================
cluster.create Delta cluster cluster ID notification Creation requests for a cluster successful
cluster.update Delta cluster cluster ID notification Updating status requests for a cluster successful
cluster.delete Delta cluster cluster ID notification Deletion requests for a cluster successful
=============================== ========== ========== =========== ============ =================================================
To enable Sahara notifications configure Sahara as described in :ref:`installing_manually`.
Energy (Kwapi)
==============