This is a client for the OpenStack Nova API. There's a Python API (the
novatools module), and a command-line script (novatools). Each implements 100% of the OpenStack Nova API.
[PENDING] Full documentation is available.
You'll also probably want to read Rackspace's API guide (PDF) -- the first bit, at least -- to get an idea of the concepts. Rackspace is doing the cloud hosting thing a bit differently from Amazon, and if you get the concepts this library should make more sense.
Development takes place on GitHub. Bug reports and patches may be filed there.
This code a fork of Jacobian's python-cloudservers If you need API support the Rackspace API soley, you should use that repository.