Atom feed of this document
  
 

 Configuring OpenStack Services to use Highly available OpenStack Networking Server

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

For example, you should configure OpenStack Compute for using Highly Available OpenStack Networking Server in editing nova.conf file:

neutron_url = http://192.168.42.103:9696

You need to create the OpenStack Networking Server Endpoint with this IP.

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

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

loading table of contents...