L3 load balancer
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?