diff options
| author | Zuul <zuul@review.opendev.org> | 2019-06-21 23:00:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-06-21 23:00:56 +0000 |
| commit | 377c0ce0f73a961c0d013e10d85fcbd950f3d409 (patch) | |
| tree | 9e36d0c43a2f22ab551e9b3ba5d3ee2f8f676784 /doc/source/cli/backwards-incompatible.rst | |
| parent | d103b3dc88635866dc3debe968d4f104777ba6e4 (diff) | |
| parent | f9fdc296bc6f2c1f7d6196352b754a7617c4f2d2 (diff) | |
| download | python-openstackclient-377c0ce0f73a961c0d013e10d85fcbd950f3d409.tar.gz | |
Merge "Remove deprecated identity commands and args"
Diffstat (limited to 'doc/source/cli/backwards-incompatible.rst')
| -rw-r--r-- | doc/source/cli/backwards-incompatible.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/cli/backwards-incompatible.rst b/doc/source/cli/backwards-incompatible.rst index 5e2796fc..ef5468c6 100644 --- a/doc/source/cli/backwards-incompatible.rst +++ b/doc/source/cli/backwards-incompatible.rst @@ -31,6 +31,24 @@ Release 4.0 * Removed in: 4.0 * Commit: https://review.opendev.org/612781 +3. Remove ``service create`` option ``--type``. Service type is + a positional argument. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/612798 + +4. Remove ``role list`` options ``--project`` and ``--user``. + Use ``role assignment list`` options ``--project`` and ``--user`` instead. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/612798 + +5. Remove ``user role list`` command. + Use ``role assignment list`` options ``--project`` and ``--user`` instead. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/612798 + .. 1. Change ``volume transfer request accept`` to use new option ``--auth-key`` .. rather than a second positional argument. |
