tempest/releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml
Felipe Monteiro 63444d61a7 Adds **params to v3 list_endpoints
This patch makes the following changes:
  - Adds **params to list_endpoints since identity v3 endpoints
    can be filtered by "interface" and "service_id" [0]
  - Enhance v3 endpoint API tests to check that filtering by
    such params works correctly.

[0] https://developer.openstack.org/api-ref/identity/v3/#list-endpoints?expanded=list-endpoints-detail

Change-Id: I133485db6f9a13d71595d43547f0dc9ea6ca0584
2017-06-27 20:57:55 +01:00

7 lines
227 B
YAML

---
features:
- |
The ``list_endpoints`` method of the v3 ``EndPointsClient`` class now has
an additional ``**params`` argument that enables passing additional
information in the query string of the HTTP request.