pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

Add Rackspace HA database support to pyrax #568

Open ddaeschler opened 9 years ago

ddaeschler commented 9 years ago

I've added support to pyrax to be able to create, list, and delete HA database instances according to the cloud database API guide found here:

http://docs.rackspace.com/cdb/api/v1.0/cdb-devguide/content/ha.html

The pull request also supports creating and managing the associated ACLs.

After completing the work I noticed some mention that the library may be getting replaced. Bummer, but I hope this code can be useful/included in whatever comes next.