Comment 4 for bug 1641674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/417263
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=34d99f0c09a253b3f51f3855fa6ce7449ffc235e
Submitter: Jenkins
Branch: master

commit 34d99f0c09a253b3f51f3855fa6ce7449ffc235e
Author: Samuel de Medeiros Queiroz <email address hidden>
Date: Thu Jan 5 23:37:39 2017 -0300

    Add support for endpoint group CRUD

    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