
Implements the commands for endpoint group filter management. Includes the CRUD management of the endpoint groups and the association management between them and the projects that are using this method. Implements: blueprint keystone-endpoint-filter Change-Id: I4265f7f8598d028191e90d76781b7b6ece6fef64
29 lines
783 B
ReStructuredText
29 lines
783 B
ReStructuredText
==============
|
|
endpoint group
|
|
==============
|
|
|
|
A **endpoint group** is used to create groups of endpoints that then
|
|
can be used to filter the endpoints that are available to a project.
|
|
Applicable to Identity v3
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group add project
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group create
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group delete
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group list
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group remove project
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group set
|
|
|
|
.. autoprogram-cliff:: openstack.identity.v3
|
|
:command: endpoint group show
|