update devstack instructions for cinder

update devstack documentation to include instructions on how to
enable cinder notifications

fix docstring in volume notifications to say volume instead of compute

Change-Id: I9491b4384b212f973211da7e7f716cd7d11d8052
This commit is contained in:
Gordon Chung 2013-04-08 17:00:54 -04:00
parent c16f5ad9cc
commit 0fa71e8ded
2 changed files with 7 additions and 2 deletions

View File

@ -36,7 +36,7 @@ cfg.CONF.register_opts(OPTS)
class _Base(plugin.NotificationBase): class _Base(plugin.NotificationBase):
"""Convert compute.instance.* notifications into Counters """Convert volume notifications into Counters
""" """
metadata_keys = [ metadata_keys = [

View File

@ -44,7 +44,12 @@ Configuring Devstack
instances by default. To enable these auditing events, set instances by default. To enable these auditing events, set
``instance_usage_audit`` to true in the nova configuration file. ``instance_usage_audit`` to true in the nova configuration file.
4. The ceilometer services are not enabled by default, so they must be 4. Cinder does not generate notifications by default. To enable
these auditing events, set the following in the cinder configuration file::
notification_driver=cinder.openstack.common.notifier.rpc_notifier
5. The ceilometer services are not enabled by default, so they must be
enabled in ``localrc`` before running ``stack.sh``. enabled in ``localrc`` before running ``stack.sh``.
This example ``localrc`` file shows all of the settings required for This example ``localrc`` file shows all of the settings required for