File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ Some things to watch out for:
89
89
SELECT * FROM trust_role WHERE trust_id = '<trust-id>' AND role_id = '<_member_-role-id>';
90
90
* Policies may require the ``reader `` role rather than the non-standardised
91
91
``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):
94
94
95
95
.. code-block :: console
96
96
You can’t perform that action at this time.
0 commit comments