The first identity v3 request.
diff --git a/openstack/identity/v3/tokens/urls.go b/openstack/identity/v3/tokens/urls.go
new file mode 100644
index 0000000..2c100ab
--- /dev/null
+++ b/openstack/identity/v3/tokens/urls.go
@@ -0,0 +1,7 @@
+package tokens
+
+import identity "github.com/rackspace/gophercloud/openstack/identity/v3"
+
+func getTokenURL(c *identity.Client) string {
+	return c.ServiceURL("auth", "tokens")
+}