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)
 }