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:
parent
c16f5ad9cc
commit
0fa71e8ded
@ -36,7 +36,7 @@ cfg.CONF.register_opts(OPTS)
|
||||
|
||||
|
||||
class _Base(plugin.NotificationBase):
|
||||
"""Convert compute.instance.* notifications into Counters
|
||||
"""Convert volume notifications into Counters
|
||||
"""
|
||||
|
||||
metadata_keys = [
|
||||
|
@ -44,7 +44,12 @@ Configuring Devstack
|
||||
instances by default. To enable these auditing events, set
|
||||
``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``.
|
||||
|
||||
This example ``localrc`` file shows all of the settings required for
|
||||
|
Loading…
x
Reference in New Issue
Block a user