diff options
| author | Jose Castro Leon <jose.castro.leon@cern.ch> | 2017-10-25 15:39:44 +0200 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2018-02-23 20:36:04 +0000 |
| commit | 1eae301c4fab30c551ed7542cdaf8735cbbc3822 (patch) | |
| tree | 23acd8b925a9c28079bea2a1dc9a467f0df97403 /releasenotes | |
| parent | 7505831e813bf2dc90361930f2837e77e376768f (diff) | |
| download | python-openstackclient-1eae301c4fab30c551ed7542cdaf8735cbbc3822.tar.gz | |
Add support for endpoint group commands
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/keystone-endpoint-group-0c55debbb66844f2.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/keystone-endpoint-group-0c55debbb66844f2.yaml b/releasenotes/notes/keystone-endpoint-group-0c55debbb66844f2.yaml new file mode 100644 index 00000000..dc3c5be6 --- /dev/null +++ b/releasenotes/notes/keystone-endpoint-group-0c55debbb66844f2.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Add endpoint group commands: ``endpoint group add project``, ``endpoint group create``, + ``endpoint group delete``, ``endpoint group list``, ``endpoint group remove project``, + ``endpoint group set`` and ``endpoint group show``. + [Blueprint `keystone-endpoint-filter <https://blueprints.launchpad.net/python-openstackclient/+spec/keystone-endpoint-filter>`_] |
