Atom feed of this document
  
 

 Configuring OpenStack Image API service

Edit /etc/glance/glance-api.conf:

# We have to use MySQL connection to store data:
sql_connection=mysql://glance:[email protected]/glance

# We bind OpenStack Image API to the VIP:
bind_host = 192.168.42.103

# Connect to OpenStack Image Registry service:
registry_host = 192.168.42.103

# We send notifications to High Available RabbitMQ:
notifier_strategy = rabbit
rabbit_host = 192.168.42.102
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...