Python – DanDev.com http://www.dandev.com Tidbits about software development Sat, 26 Oct 2013 00:22:10 +0000 en-US hourly 1 Update Rackspace Cloud Load Balancer Timeout http://www.dandev.com/2013/10/update-rackspace-cloud-load-balancer-timeout/ http://www.dandev.com/2013/10/update-rackspace-cloud-load-balancer-timeout/#respond Fri, 25 Oct 2013 04:05:40 +0000 http://www.dandev.com/?p=396 Here is a simple script to update the Cloud Load Balancer configuration options using the Rackspace API for it. It’s been tested with Python 2.7 and Python 3.3. I made […]

The post Update Rackspace Cloud Load Balancer Timeout appeared first on DanDev.com.

]]>
Here is a simple script to update the Cloud Load Balancer configuration options using the Rackspace API for it. It’s been tested with Python 2.7 and Python 3.3.

I made this primarily to make changing the timeout a little easier(you can’t currently change it from the Cloud Panel), but you can update any of these fields too:

  • name
  • algorithm
  • protocol
  • halfClosed
  • port
  • timeout

Once you have it installed you can run it with the -h flag to get the list of arguments and an example usage:

./load_balancer_update.py -h

The post Update Rackspace Cloud Load Balancer Timeout appeared first on DanDev.com.

]]>
http://www.dandev.com/2013/10/update-rackspace-cloud-load-balancer-timeout/feed/ 0