commit | f548aade84cd5fb8fe61035647808cef21d63845 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Mon Oct 20 08:35:34 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Mon Oct 20 08:35:34 2014 -0400 |
tree | d96701ca189532920f9a2616cc17c4ac765124a2 | |
parent | eab6a70c1a5be83ab55abe79dc013df9eb39af51 [diff] [blame] |
Rename gophercloud.CommonResult references.
diff --git a/openstack/compute/v2/flavors/results.go b/openstack/compute/v2/flavors/results.go index 1e274e3..c96a3a7 100644 --- a/openstack/compute/v2/flavors/results.go +++ b/openstack/compute/v2/flavors/results.go
@@ -14,7 +14,7 @@ // GetResult temporarily holds the reponse from a Get call. type GetResult struct { - gophercloud.CommonResult + gophercloud.Result } // Extract provides access to the individual Flavor returned by the Get function.