commit | ebcac553f8a095a41b88e4f0425940576e03d147 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Feb 10 13:58:56 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:35 2015 +0200 |
tree | 421aa56ba5a30ff6d92c68ea67d8214645f990b1 | |
parent | 94164fa80c98977e8bda83e569ba04a040aac613 [diff] [blame] |
Enable root user delegate
diff --git a/rackspace/db/v1/instances/delegate.go b/rackspace/db/v1/instances/delegate.go index 33e69cf..47f7fb2 100644 --- a/rackspace/db/v1/instances/delegate.go +++ b/rackspace/db/v1/instances/delegate.go
@@ -108,3 +108,7 @@ func Delete(client *gophercloud.ServiceClient, id string) os.DeleteResult { return os.Delete(client, id) } + +func EnableRootUser(client *gophercloud.ServiceClient, id string) os.UserRootResult { + return os.EnableRootUser(client, id) +}