Atom feed of this document
  
 

 Configuring Cinder API service

Edit /etc/cinder/cinder.conf:

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

# We bind Cinder API to the VIP :
osapi_volume_listen = 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...