commit | 821015f4ac472b3960f286cb2c4b96e3f55cdeaf | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Feb 10 12:58:36 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:35 2015 +0200 |
tree | d202fbb98a8d9f7930c5a873bea3a727ca570cdc | |
parent | 90684245d09d4dce8ec493a4c00ca3c4e4c18391 [diff] [blame] |
Get instance :rocket:
diff --git a/openstack/db/v1/instances/urls.go b/openstack/db/v1/instances/urls.go index e049b6c..d30e762 100644 --- a/openstack/db/v1/instances/urls.go +++ b/openstack/db/v1/instances/urls.go
@@ -5,3 +5,7 @@ func baseURL(c *gophercloud.ServiceClient) string { return c.ServiceURL("instances") } + +func resourceURL(c *gophercloud.ServiceClient, id string) string { + return c.ServiceURL("instances", id) +}