blob: bc1aaefb0223ee8fb8451816a7b3edf91276e458 [file] [log] [blame]
Paul Quernafdc369a2014-10-31 11:50:20 -07001package users
2
3import "github.com/rackspace/gophercloud"
4
5func resetAPIKeyURL(client *gophercloud.ServiceClient, id string) string {
6 return client.ServiceURL("users", id, "OS-KSADM", "credentials", "RAX-KSKEY:apiKeyCredentials", "RAX-AUTH", "reset")
7}