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.