commit | 1e1b7336bddff19d75aef4758b33d391081f77da | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 30 16:38:11 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 30 16:38:11 2014 -0400 |
tree | 84c1b305e155802169174fac1a418424311239df | |
parent | b18fc106bf4b9989b27f5210c656e0f38cfeb481 [diff] [blame] |
getXyzUrl -> xyzUrl
diff --git a/openstack/identity/v3/tokens/urls.go b/openstack/identity/v3/tokens/urls.go index 5b47c02..360b60a 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.ServiceClient) string { +func tokenURL(c *gophercloud.ServiceClient) string { return c.ServiceURL("auth", "tokens") }