A gophercloud compatible Go module for supporting Rackspace Cloud DNS. If you use goraxauth, like the test binary does then you can support Rackspace API keys.
To run the test binary, you'll need a cloud username and password/api-key.
export OS_USERNAME=[username]
export RAX_API_KEY=[api-key]
# or if you can auth by a password
export OS_PASSWORD=[password]
go run ./cmd/clouddns domain list