diff options
| author | Zuul <zuul@review.openstack.org> | 2018-02-25 01:05:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-02-25 01:05:18 +0000 |
| commit | c24451e19c2aa3f0324ff1de58f2a2d499c26404 (patch) | |
| tree | 7d4483cf3858620799c5e4588d946b067e2674a8 /doc/source/cli/command-objects | |
| parent | d6761f093608247846acb946cbe2bbdf91e21d0d (diff) | |
| parent | 1eae301c4fab30c551ed7542cdaf8735cbbc3822 (diff) | |
| download | python-openstackclient-c24451e19c2aa3f0324ff1de58f2a2d499c26404.tar.gz | |
Merge "Add support for endpoint group commands"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/endpoint_group.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/endpoint_group.rst b/doc/source/cli/command-objects/endpoint_group.rst new file mode 100644 index 00000000..ccfe5f66 --- /dev/null +++ b/doc/source/cli/command-objects/endpoint_group.rst @@ -0,0 +1,28 @@ +============== +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 |
