e708842d7b
* replace 1., 2., .. with #. where possible * replace a., b., .. with * * flatten some lists Change-Id: Icdae64a44fee7911022331081c07d717d797506e Implements: blueprint installguide-liberty
1.1 KiB
1.1 KiB
Configure the Image service
To retrieve image-oriented events and samples, configure the Image service to send notifications to the message bus. Perform these steps on the controller node.
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
.
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