commit | 6425a415dfe6dfaccea141f65add74479067b775 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:30:35 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:56:33 2014 -0400 |
tree | a79ed08c0eb05477e7b77a74223eff059ad5d7d1 | |
parent | 89466cc335beb561cc88c0ef997d3de996e76a47 [diff] [blame] |
Clarify ServiceClient and ProviderClient.
diff --git a/openstack/identity/v3/tokens/urls.go b/openstack/identity/v3/tokens/urls.go index ac5a19f..5b47c02 100644 --- a/openstack/identity/v3/tokens/urls.go +++ b/openstack/identity/v3/tokens/urls.go
@@ -2,6 +2,6 @@ import "github.com/rackspace/gophercloud" -func getTokenURL(c *gophercloud.ProviderClient) string { +func getTokenURL(c *gophercloud.ServiceClient) string { return c.ServiceURL("auth", "tokens") }