Created
May 15, 2011 21:41
-
-
Save Kami/973568 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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