summaryrefslogtreecommitdiff
path: root/keystoneclient/v3/endpoint_groups.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for endpoint group CRUDSamuel de Medeiros Queiroz2017-02-111-0/+136
The following API calls are made available: - POST /OS-EP-FILTER/endpoint_groups - GET /OS-EP-FILTER/endpoint_groups/{endpoint_group_id} - HEAD /OS-EP-FILTER/endpoint_groups/{endpoint_group_id} - PATCH /OS-EP-FILTER/endpoint_groups/{endpoint_group_id} - DELETE /OS-EP-FILTER/endpoint_groups/{endpoint_group_id} - GET /OS-EP-FILTER/endpoint_groups Partial-Bug: #1641674 Change-Id: I285eefe82152b178268f671e8800a0ff8c1511e4