python-openstackclient/releasenotes/notes/osc4-identity-6564257c67d43106.yaml
Sean McGinnis f9fdc296bc Remove deprecated identity commands and args
The following were deprecated over two years ago and can now be
removed/changed:

* Remove ``service create`` option ``--type``
* Remove ``role list`` options ``--project`` and ``--user``
* Remove ``user role list`` command

These are backwards incompatible changes and will require a major
version bump after they are merged.

Change-Id: I29e2fc9516dffbfd83eef0bc91e834dde99b4105
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-05-19 12:54:33 -05:00

13 lines
491 B
YAML

---
upgrade:
- |
Remove deprecated ``role list`` options ``--project`` and ``--user``.
Use ``role assignment list`` options ``--project`` and ``--user`` instead.
- |
Remove deprecated ``user role list`` command.
Use ``role assignment list`` options ``--project`` and ``--user`` instead.
- |
Remove deprecated ``service create`` option ``--type``.
The type is supplied as a positional argument in The
``service create --name <service-name> type`` command.