Skip to content

Commit e420fe5

Browse files
authored
Fix Diff in Docs (#8)
1 parent ff8049f commit e420fe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Unikorn already requires the [SCS domain admin](https://docs.scs.community/stand
3838
The SCS policies limit the roles that can be applied to projects by the manager, and are incompatible with how unikorn needs to work so you will want to update the following line:
3939

4040
```diff
41-
-"is_domain_managed_role": "'member':%(target.role.name)s or 'load-balancer_member':%(target.role.name)s"+"is_domain_managed_role": "'member':%(target.role.name)s or 'load-balancer_member':%(target.role.name)s or 'manager':%(target.role.name)s"
41+
-"is_domain_managed_role": "'member':%(target.role.name)s or 'load-balancer_member':%(target.role.name)s"
42+
+"is_domain_managed_role": "'member':%(target.role.name)s or 'load-balancer_member':%(target.role.name)s or 'manager':%(target.role.name)s"
4243
```
4344

4445
You may also need to add a `_member_` role if you are using an old version of OpenStack and this is required by Neutron to function.

0 commit comments

Comments
 (0)