[Openstack] How to Force Cinder to Listen on a Specific Interface Only?
Merlin Blom
merlin.blom at nionex.net
Mon Feb 1 10:46:22 UTC 2016
> Hello Everyone,
> It seems that the default behavior for Cinder is to listen on all
> available interfaces. I need it to listen to a single IP Address only.
> I tried using "bind_host", but it doesn't work. Tried looking for a
> sample config file that at least showed the option controlling the
> binding behavior, I couldn't find any.
The binding Address is definded in the registered Endpoind.
Try "nova endpoint list" to find out where your services are binding.
And nova endpoint edit <ID> to edit your endpoint.
Merlin
More information about the Openstack
mailing list