commit | 74b12ce55fde57a28166e8e72e8c5298f9af7664 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Sep 05 13:46:53 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Sep 05 13:46:53 2014 -0400 |
tree | 76a829ded10b8d10759a0ab841ecf9fa118f74e1 | |
parent | 64f441571da25123ca9e49ba972eea7ade7fc81c [diff] [blame] |
Take out a stale reference before I start on Endpoints.
diff --git a/openstack/identity/v3/endpoints/results.go b/openstack/identity/v3/endpoints/results.go index b7074df..a7bff83 100644 --- a/openstack/identity/v3/endpoints/results.go +++ b/openstack/identity/v3/endpoints/results.go
@@ -14,6 +14,6 @@ // EndpointList contains a page of Endpoint results. type EndpointList struct { - gophercloud.Pagination + service *gophercloud.ServiceClient Endpoints []Endpoint }