commit | 94164fa80c98977e8bda83e569ba04a040aac613 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Feb 10 13:58:45 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:35 2015 +0200 |
tree | ff58b5ebb30c4f1ffa736229d8348cedd524a3aa | |
parent | 1232e042195c2134750f2aa3b867877a6cf6247c [diff] [blame] |
Enable root user
diff --git a/openstack/db/v1/instances/urls.go b/openstack/db/v1/instances/urls.go index d30e762..a50da96 100644 --- a/openstack/db/v1/instances/urls.go +++ b/openstack/db/v1/instances/urls.go
@@ -9,3 +9,7 @@ func resourceURL(c *gophercloud.ServiceClient, id string) string { return c.ServiceURL("instances", id) } + +func userRootURL(c *gophercloud.ServiceClient, id string) string { + return c.ServiceURL("instances", id, "root") +}