Merge "docs: Fix indentation"

This commit is contained in:
Zuul 2024-07-15 12:46:12 +00:00 committed by Gerrit Code Review
commit cd107ea7b6

@ -20,12 +20,14 @@ Release 4.0
-----------
1. Remove ``ip fixed add|remove`` commands.
Use ``server add|remove fixed ip`` commands instead.
* Removed in: 4.0
* Commit: https://review.opendev.org/612781
2. Remove ``ip floating add|remove`` commands.
Use ``server add|remove floating ip`` commands instead.
* Removed in: 4.0
@ -38,42 +40,49 @@ Release 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
6. Remove ``image create|set`` option ``--owner``.
Use ``--project`` option instead.
* Removed in: 4.0
* Commit: https://review.opendev.org/659431
7. Remove ``port create|set`` options ``--device-id`` and ``--host-id``.
Use ``--device`` and ``--host`` instead.
* Removed in: 4.0
* Commit: https://review.opendev.org/613644
8. Remove ``router set`` option ``--clear-routes``.
Use ``no-route`` option instead.
* Removed in: 4.0
* Commit: https://review.opendev.org/613644
9. Remove ``security group rule create`` options ``--src-ip`` and ``--src-group``.
Use ``--remote-ip`` and ``--remote-group`` options instead.
* Removed in: 4.0
* Commit: https://review.opendev.org/613644
10. Remove ``backup`` commands.
Use ``volume backup`` commands instead.
* Removed in: 4.0
@ -97,6 +106,7 @@ Release 4.0
* Commit: https://review.opendev.org/612751
14. Remove 'Token/Endpoint' auth plugin support (type ``token_endpoint``).
This remained as a compatibility for the ``admin_token`` auth type to
support the ``--url`` global option. That option is also now removed,
use ``--endpoint`` instead.
@ -129,7 +139,7 @@ Release 3.10
------------
1. The ``network create`` command now requires the ``--subnet`` option when used
with Nova-network clouds.
with nova-network clouds.
* As of: 3.10
* Commit: https://review.opendev.org/460679