Running HAProxy on a separate instance/node
Hello,
I have a devstack
installation, and with it, I have LBaaS
enabled and working, with HAProxy
(i.e, HAProxy
running on the same host where I have the rest of the services).
I want to run HAProxy
on a _separate instance/node_, but I am not finding the required configurations/changes to accomplish this, can anyone guide me how to do this.
Thanks.