commit | 6e4d795c5ec4d57f0754227fed02c9f743c90587 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 29 16:18:29 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 13:20:11 2014 +0100 |
tree | d794bc175e6010c20e2b4548210e3c80e195f707 | |
parent | e680e429cb43273d3ee796a678229678ebadf1bd [diff] [blame] |
Adding Rackspace delegates
diff --git a/openstack/identity/v2/users/urls.go b/openstack/identity/v2/users/urls.go index f59cafc..a40160c 100644 --- a/openstack/identity/v2/users/urls.go +++ b/openstack/identity/v2/users/urls.go
@@ -7,7 +7,7 @@ userPath = "users" ) -func resourceURL(c *gophercloud.ServiceClient, id string) string { +func ResourceURL(c *gophercloud.ServiceClient, id string) string { return c.ServiceURL(userPath, id) }