Is it possible to implement an L3 load balancer in open stack?
I want to load balance incoming traffic to a Virtual IP across multiple VMs based on source IP. Does any of the OpenStack neutron plugin have this feature?
If not, is there any other Linux based approach that I could use to implement this feature?
HA proxy and OpenStack LBaaS is not suitable for me as there are L4 load balancers and handles only TCP and UDP traffic.