[Openstack] How to Force Cinder to Listen on a Specific Interface Only?

2016-02-01 Thread Ludwig Tirazona
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

Re: [Openstack] How to Force Cinder to Listen on a Specific Interface Only?

2016-02-01 Thread Merlin Blom
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

Re: [Openstack] How to Force Cinder to Listen on a Specific Interface Only?

2016-02-01 Thread George Mihaiescu
You can define the "osapi_volume_listen=" in cinder.conf and specify just the desired IP address. On Mon, Feb 1, 2016 at 3:50 AM, Ludwig Tirazona wrote: > My problem actually is that I have three controller nodes that are also my > HAProxy nodes as well, and I want just

Re: [Openstack] How to Force Cinder to Listen on a Specific Interface Only?

2016-02-01 Thread Ludwig Tirazona
My problem actually is that I have three controller nodes that are also my HAProxy nodes as well, and I want just one of my Cinders to be actively receiving connections through HAProxy, while the other two cinders are on hot standby, should the active one fail.  I'm well aware of the existing