commit | 85d8265faaa1fbde4e7383ca5adf7e5a69407b7d | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Aug 28 13:57:46 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:56:32 2014 -0400 |
tree | c17fbf9cb41dd39c4c52a099bfb8295e49bbc381 | |
parent | 70dfe0cb511fbf88b6973cf00aefdadab2eb52e0 [diff] [blame] |
The first identity v3 request.
diff --git a/openstack/identity/v3/tokens/urls.go b/openstack/identity/v3/tokens/urls.go new file mode 100644 index 0000000..2c100ab --- /dev/null +++ b/openstack/identity/v3/tokens/urls.go
@@ -0,0 +1,7 @@ +package tokens + +import identity "github.com/rackspace/gophercloud/openstack/identity/v3" + +func getTokenURL(c *identity.Client) string { + return c.ServiceURL("auth", "tokens") +}