commit | 269b66fcc03ffc78077122b639f615346e79b5d5 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Oct 27 14:02:41 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Oct 27 14:02:41 2014 +0100 |
tree | 4724f4d06a183f1849359b8ae8e952b42d584d5a | |
parent | ff5b4f70777c122f5c711d9dcd12b5983073186a [diff] |
Shifting identity operations to common delete result
diff --git a/openstack/identity/v3/services/results.go b/openstack/identity/v3/services/results.go index 0653198..d90b1bd 100644 --- a/openstack/identity/v3/services/results.go +++ b/openstack/identity/v3/services/results.go
@@ -44,7 +44,7 @@ // DeleteResult is the deferred result of an Delete call. type DeleteResult struct { - commonResult + gophercloud.ExtractErrResult } // Service is the result of a list or information query.