Skip to content

Commit b6f39db

Browse files
authored
Fix indentation
1 parent 560f2f9 commit b6f39db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/operations/upgrading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Some things to watch out for:
8989
SELECT * FROM trust_role WHERE trust_id = '<trust-id>' AND role_id = '<_member_-role-id>';
9090
* Policies may require the ``reader`` role rather than the non-standardised
9191
``observer`` role. The following error was observed in Horizon: ``Policy doesn’t allow os_compute_api:os-simple-tenant-usage:show to be performed``,
92-
when the user only had the observer role in the project. It is best to keep the observer role until all projects have the ``enforce_new_defaults``
93-
config option set. A one liner is shown below (or update your projects config):
92+
when the user only had the observer role in the project. It is best to keep the observer role until all projects have the ``enforce_new_defaults``
93+
config option set. A one liner is shown below (or update your projects config):
9494

9595
.. code-block:: console
9696

0 commit comments

Comments
 (0)