~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to doc/source/install/manual.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-06 14:44:28 UTC
  • mto: (28.1.1 utopic-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20140306144428-rvphsh4igwyulzf0
Tags: upstream-2014.1~b3
ImportĀ upstreamĀ versionĀ 2014.1~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
2. If you want to be able to retrieve volume samples, you need to instruct
34
34
   Cinder to send notifications to the bus by changing ``notification_driver``
35
 
   to ``cinder.openstack.common.notifier.rabbit_notifier`` and
 
35
   to ``cinder.openstack.common.notifier.rpc_notifier`` and
36
36
   ``control_exchange`` to ``cinder``, before restarting the service.
37
37
 
38
38
3. In order to retrieve object store statistics, ceilometer needs
467
467
   default port value for ceilometer API is 8777. If the port value
468
468
   has been customized, adjust accordingly.
469
469
 
 
470
 
 
471
Configuring Heat to send notifications
 
472
======================================
 
473
 
 
474
Configure the driver in ``heat.conf``
 
475
 
 
476
   ::
 
477
 
 
478
        notification_driver=heat.openstack.common.notifier.rpc_notifier
 
479
 
 
480
Or if migration to oslo.messaging is done for Icehouse:
 
481
 
 
482
   ::
 
483
 
 
484
        notification_driver=oslo.messaging.notifier.Notifier
 
485
 
 
486
 
470
487
Notifications queues
471
488
========================
472
489