
- move cinder and keystone configuration instructions from admin guide to install guide so we have all meter enabling steps in same place. - move heat and neutron config to install guide. Change-Id: Ibc8096e3fb6c95886c3bddafb927600fe506415d
994 B
994 B
Enable Block Storage meters for Ubuntu
Telemetry uses notifications to collect Block Storage service meters. Perform these steps on the controller and Block Storage nodes.
Note
Your environment must include the Block Storage service.
Configure Cinder to use Telemetry
Edit the /etc/cinder/cinder.conf
file and complete the
following actions:
In the
[oslo_messaging_notifications]
section, configure notifications:[oslo_messaging_notifications] ... driver = messagingv2
Finalize installation
Restart the Block Storage services on the controller node:
# service cinder-api restart # service cinder-scheduler restart
Restart the Block Storage services on the storage nodes:
# service cinder-volume restart