commit | 9741dd93aeef8a89648116ef2ab18dff56570ed9 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Wed Feb 04 12:05:47 2015 -0700 |
committer | Jon Perritt <jrperritt@gmail.com> | Sat Feb 07 13:18:52 2015 -0700 |
tree | 892d2bd85e49382b4131acf11a9ceec13f159073 | |
parent | 034ef075c8bf487c153998f64ec462dd70746208 [diff] [blame] |
openstack adopt stack op and unit test
diff --git a/openstack/orchestration/v1/stacks/results.go b/openstack/orchestration/v1/stacks/results.go index 5f9c48e..62f4f6b 100644 --- a/openstack/orchestration/v1/stacks/results.go +++ b/openstack/orchestration/v1/stacks/results.go
@@ -34,7 +34,7 @@ } type AdoptResult struct { - gophercloud.Result + CreateResult } // StackPage is a pagination.Pager that is returned from a call to the List function.