Add the Block Storage Service agent for the Telemetry
service
To retrieve volume samples, you must configure the Block
Storage Service to send notifications to the bus.
Edit /etc/cinder/cinder.conf
and add in the [DEFAULT] section:
control_exchange = cinder
notification_driver = cinder.openstack.common.notifier.rpc_notifier
Run the following commands:
# openstack-config --set /etc/cinder/cinder.conf DEFAULT control_exchange cinder
# openstack-config --set /etc/cinder/cinder.conf DEFAULT notification_driver cinder.openstack.common.notifier.rpc_notifier
Restart the Block Storage services with their new
settings:
# service cinder-volume restart
# service cinder-api restart
# service openstack-cinder-api restart
# service openstack-cinder-volume restart