f9fdc296bc
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>
13 lines
491 B
YAML
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.
|