379db31ea2
We'd like to use pre-commit as our 'pep8' target. Before we do that, we need to address some issues that have crept in over the time since pre-commit was first added. Change-Id: I3bb383a00a44007eaa241e037e38aea16bd517b2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
13 lines
489 B
YAML
13 lines
489 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.
|