Load Balancing using OpenStack Rest API's
I have a Java J2EE web application and I would like to balance the user traffic by creating multiple VM's and extending the traffic to these VM's based on threshold(hit count). I would like to do this using OpenStack through REST API. Could you please provide me a path on how to fulfil this since I am beginner. I have this use case and would like to implement it.
http://developer.openstack.org/api-re... will give you all the load balancer API provided by openstack
http://docs.openstack.org/api/quick-s... - How to use those API.