commit | 6e8700398781b13892f4323c181a3eb833e41ef0 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 02 08:38:27 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 02 08:38:27 2014 -0400 |
tree | ae72f755fda0d195c6acb4014090dd2ad3dcb041 | |
parent | 773e6c37c9bd5de127ee992543555be38a4f8696 [diff] [blame] |
Generate a URL for a specific Service resource.
diff --git a/openstack/identity/v3/services/urls.go b/openstack/identity/v3/services/urls.go index b555cb7..3556238 100644 --- a/openstack/identity/v3/services/urls.go +++ b/openstack/identity/v3/services/urls.go
@@ -7,5 +7,5 @@ } func getServiceURL(client *gophercloud.ServiceClient, serviceID string) string { - return "" + return client.ServiceURL("services", serviceID) }