[Openstack-operators] Keystone Configuration in HA: bind_host

sylecn sylecn at gmail.com
Thu Mar 6 10:06:44 UTC 2014


Hi Alvise,

bind_host IP means the api server will only listen for requests to that IP
address. You can check it with sudo netstat -ntlp

bind_host 0.0.0.0 will always work no matter you are configuring for HA or
not. Because 0.0.0.0 means listen on all IP on localhost.
bind_host <local_ip> is hardly useful for HA. Because in HA setup, you
probably use vip in endpoint registration.



*YY Inc. is hiring openstack and python developers. Interested? Check
http://www.nsbeta.info/jobs <http://www.nsbeta.info/jobs>*

--
Thanks,
Yuanle


On Thu, Mar 6, 2014 at 4:16 PM, Alvise Dorigo <alvise.dorigo at pd.infn.it>wrote:

> Hi,
> I've seen around people configuring, for an HA OpenStack installation, for
> Keystone (and for Glance too) the bind_host variable to local management IP
> address (which is NOT the Virtual IP of the HA cluster), and other people
> configuring to 0.0.0.0.
>
> Which is actually correct (and why?)
>
> thanks,
>
> Alvise
>
>
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20140306/7131f1c7/attachment.html>


More information about the OpenStack-operators mailing list