clb
clb copied to clipboard
Command-line tool for Rackspace Cloud Load Balancers
Seemingly randomly, the output from `clb list` isn't a list of the load balancers but this error: Traceback (most recent call last): File "/usr/local/bin/clb", line 5, in pkg_resources.run_script('clb==0.0.1', 'clb') File...
takes in a UTC timestamped value and compares that with a datetime.now() that has timezone utc
Hi, When trying to create a load balancer with a DNS_TCP or DNS_UDP protocol I get. $ clb create 'Load-Balancer-dns1 tcp' 53 DNS_TCP '123.123.123.123:53' 87983 Traceback (most recent call last):...
Working perfect with if we remove one node if we try 2 or 3.It shows a error.. clb remove-nodes loadbalancer2 '10.179.50.46:80,10.179.38.92:80' Traceback (most recent call last): File "/usr/local/bin/clb", line 5,...
The installer creates the 'clb' executable as if it was on a linux system. Simple fix for me was (from the Windows command-line): cd \python2.7\scripts rename clb clb.py p.s. this...
[This feature](http://docs.rackspace.com/loadbalancers/api/v1.0/clb-devguide/content/Absolute_Limits-d1e999.html) was added to the API on Sept 7, 2011. Support needs to be [added upstream](https://github.com/rackspace/python-cloudlb) first.
This feature was added to the API on Sept 7, 2011. Support needs to be [added upstream](https://github.com/rackspace/python-cloudlb) first. http://docs.rackspace.com/loadbalancers/api/v1.0/clb-releasenotes/content/clbv1.6.13.html