Atom feed of this document
  
 

 Configuring OpenStack Services to use High Available Cinder API

Your OpenStack services must now point their Cinder API configuration to the highly available, virtual cluster IP address — rather than a Cinder API server’s physical IP address as you normally would.

You need to create the Cinder API Endpoint with this IP.

[Note]Note

If you are using both private and public IP, you should create two Virtual IPs and define your endpoint like this:

keystone endpoint-create --region $KEYSTONE_REGION --service-id $service-id --publicurl 'http://PUBLIC_VIP:8776/v1/%(tenant_id)s' --adminurl 'http://192.168.42.103:8776/v1/%(tenant_id)s' --internalurl 'http://192.168.42.103:8776/v1/%(tenant_id)s'
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...