Remove service role from ironic-inspector user
Related-Bug: #2064655 Change-Id: I76956cb9b30ceef5fe8ccd13feb22cc40e6dc305
This commit is contained in:
parent
e4d7c6d690
commit
865c33087a
@ -370,6 +370,7 @@ ironic_ks_user_roles:
|
||||
- project: "service"
|
||||
user: "{{ ironic_inspector_keystone_user }}"
|
||||
role: "service"
|
||||
state: "absent"
|
||||
- system: "all"
|
||||
user: "{{ ironic_inspector_keystone_user }}"
|
||||
role: "service"
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Now that we give the ironic inspector system scope ``all``, we do not need
|
||||
to grant it the service role. This is automatically removed. If you
|
||||
overrode the default list of role assignments, you should make this
|
||||
change too.
|
Loading…
x
Reference in New Issue
Block a user