openstack.compute
                                
                                
                                
                                    openstack.compute copied to clipboard
                            
                            
                            
                        Python bindings to the OpenStack Compute API (Rackspace Cloud, etc.)
prettytable 0.6 removed 'printt' for python3 compatibility.
That about says it. I changed the docs, not the code, but you could use the spelling from the code version instead. Thanks
Rackspace recently upgraded Arch Linux to a newer image which no longer supports the deprecated, since 2001, authorized_keys2. openstack.compute was uploading my public key to ~/.ssh/authorized_keys2 instead of ~/.ssh/authorized_keys. I...
I'm writing a python script that gathers data about a collection of RS servers. To reduce the number of queries, I've been using the list() function to gather servers and...
I'm interested in getting the final 2.0 release out the door and onto pypi. What can I do to help?
I had an ipgroup on rackspace with no servers in the group. Attempting to list the ipgroups failed until I deleted the ipgroup. Traceback (most recent call last): File "/Users/mmarano/ve/openstack/bin/openstack-compute",...
In python-cloudservers api_key was used, but now it's apikey. The documentation (including shell help) doesn't match the source in a few places on change and led to some brief confusion...