commit | cd95a0c9154d011610dbed0d56bb2eb3390bf232 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 13:07:31 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 13:07:31 2014 -0400 |
tree | 97785003d330be1af87071cf5d17d31d1f56102e | |
parent | 7049af4c36bdbfeb38ab4cb1a41bb5d28ed23b6c [diff] [blame] |
Adjust callers again.
diff --git a/openstack/identity/v3/endpoints/requests.go b/openstack/identity/v3/endpoints/requests.go index afac927..71be65d 100644 --- a/openstack/identity/v3/endpoints/requests.go +++ b/openstack/identity/v3/endpoints/requests.go
@@ -115,7 +115,7 @@ } u := getListURL(client) + utils.BuildQuery(q) - return pagination.NewLinkedPager(client, u, createPage) + return pagination.NewPager(client, u, createPage) } // Update changes an existing endpoint with new data.