Skip to content

rackerlabs/goclouddns

Repository files navigation

goclouddns

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

About

gophercloud compatible extension for Rackspace Cloud DNS

Resources

License

Stars

Watchers

Forks

Packages

No packages published