- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 27 Apr, 2013 2 commits
-
-
This should have never made it in.
Jesse Keating committed -
We were comparing an int to a string and getting things wrong, so idempotence was lost. This forces the comparison to be int.
Jesse Keating committed
-
- 16 Apr, 2013 2 commits
-
-
Even though others are possible, fail early on unsupported ones.
Jesse Keating committed -
Only list the services supported Don't put in unncessary required: false Use better formatting for the example
Jesse Keating committed
-
- 31 Mar, 2013 2 commits
-
-
Files can be inserted during server creation (like a fully formed authorized_keys file). This code allows that to happen. Docs were updated for formatting, location, and to add the new entry for files.
Jesse Keating committed -
This library provides functionality for the Rackspace Public Cloud by way of the official pyrax SDK (https://github.com/rackspace/pyrax). At this time only the cloudservers service is functional. Instances can be created or deleted. Idempotency is provided on matching instances with the same name, flavor, image, and metadata values within a given region. pyrax usage does require a credentials file written out to hold username and API key. See pyrax documentation for details (https://github.com/rackspace/pyrax/blob/master/docs/pyrax_doc.md)
Jesse Keating committed
-