
Update ceilometer configuration for Liberty. Changes and testing specific to distribution packages primarily involve Ubuntu. Other distributions may require additional patches. Implements: bp installguide-liberty Change-Id: Ie0c2449bad5c780b02b1d76f78665ae501668c20
1.2 KiB
1.2 KiB
Enable Image service meters
Telemetry uses notifications to collect Image service meters. Perform these steps on the controller node.
Configure the Image service to use Telemetry
Edit the /etc/glance/glance-api.conf
and
/etc/glance/glance-registry.conf
files and complete the
following actions:
In the
[DEFAULT]
section, configure notifications and RabbitMQ message broker access:[DEFAULT] ... notification_driver = messagingv2 rpc_backend = rabbit rabbit_host = controller rabbit_userid = openstack rabbit_password = RABBIT_PASS
Replace
RABBIT_PASS
with the password you chose for theopenstack
account inRabbitMQ
.
Finalize installation
obs or rdo
Restart the Image service:
# systemctl restart openstack-glance-api.service openstack-glance-registry.service
ubuntu
Restart the Image service:
# service glance-registry restart # service glance-api restart