commit | 4176663724699e130af24bc9bb428d3ca759b05f | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Oct 22 15:07:58 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Oct 22 15:07:58 2014 -0400 |
tree | e3423878616c84cc919a294e841d48f9ec9797d2 | |
parent | bae65cd248e7548f89d0581add2599d65dfe3303 [diff] [blame] |
Delete operations.
diff --git a/openstack/compute/v2/extensions/keypairs/results.go b/openstack/compute/v2/extensions/keypairs/results.go index 44d3a8d..96b96ea 100644 --- a/openstack/compute/v2/extensions/keypairs/results.go +++ b/openstack/compute/v2/extensions/keypairs/results.go
@@ -92,3 +92,8 @@ type DeleteResult struct { gophercloud.Result } + +// Extract determines whether or not a deletion request was accepted. +func (r DeleteResult) Extract() error { + return r.Err +}