commit | 1f11051119514c0c2e2d70ff69afc16c228a15e7 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Oct 02 15:43:47 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Thu Oct 02 15:43:47 2014 -0400 |
tree | eec0bc18eed392ee2beedd5d555e9e04db594c98 | |
parent | a6b083178893c5d35429d2a11de48f1dc1a7cd73 [diff] [blame] |
Completely untested code for tokens and tenants.
diff --git a/openstack/identity/v2/tokens/urls.go b/openstack/identity/v2/tokens/urls.go new file mode 100644 index 0000000..86d19f2 --- /dev/null +++ b/openstack/identity/v2/tokens/urls.go
@@ -0,0 +1,7 @@ +package tokens + +import "github.com/rackspace/gophercloud" + +func listURL(client *gophercloud.ServiceClient) string { + return client.ServiceURL("tokens") +}