Skip to content

Instantly share code, notes, and snippets.

@Kami
Created May 15, 2011 21:41
Show Gist options
  • Select an option

  • Save Kami/973568 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/973568 to your computer and use it in GitHub Desktop.
<LBMember: id=46834, address=10.0.0.10:1000>
Traceback (most recent call last):
File "example_loadbalancer.py", line 71, in <module>
main()
File "example_loadbalancer.py", line 68, in main
driver.destroy_balancer(new_balancer)
File "/Users/kami/Projects/Programming/Python/libcloud-trunk/libcloud/loadbalancer/drivers/rackspace.py", line 114, in destroy_balancer
resp = self.connection.request(uri, method='DELETE')
File "/Users/kami/Projects/Programming/Python/libcloud-trunk/libcloud/loadbalancer/drivers/rackspace.py", line 65, in request
params=params, data=data, method=method, headers=headers)
File "/Users/kami/Projects/Programming/Python/libcloud-trunk/libcloud/common/base.py", line 397, in request
response = self.responseCls(self.connection.getresponse())
File "/Users/kami/Projects/Programming/Python/libcloud-trunk/libcloud/common/base.py", line 48, in __init__
raise Exception(self.parse_error())
Exception: {"message":"The object at the specified URI is immutable and can not be overwritten.","code":422}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment