
This patch updates the load_balancer.v2.load_balancer for the current state of the API It also updates the post_test_hook script to accept an argument to restrict the functional tests run. Since the load-balancer tests can take a significant time to run, this allows us to run a parallel gate job for the load-balancer functional tests. Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: I6c526cd8225a929d3d5984da10b6478312461e6f
938 B
938 B
Load Balancer v2 API
openstack.load_balancer.v2._proxy
The LoadBalancer Class
The load_balancer high-level interface is available through the
load_balancer
member of a ~openstack.connection.Connection
object. The
load_balancer
member will only be added if the service is
detected.
Load Balancer Operations
openstack.load_balancer.v2._proxy.Proxy
openstack.load_balancer.v2._proxy.Proxy.create_load_balancer
openstack.load_balancer.v2._proxy.Proxy.delete_load_balancer
openstack.load_balancer.v2._proxy.Proxy.find_load_balancer
openstack.load_balancer.v2._proxy.Proxy.get_load_balancer
openstack.load_balancer.v2._proxy.Proxy.load_balancers
openstack.load_balancer.v2._proxy.Proxy.update_load_balancer