Merge "update devstack instructions for cinder"

This commit is contained in:
Jenkins 2013-04-09 09:40:40 +00:00 committed by Gerrit Code Review
commit 475a96d485
2 changed files with 7 additions and 2 deletions

View File

@ -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 = [

View File

@ -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