Make blacklisted roles into a variable

This commit is contained in:
Andreas Holmsten 2020-04-27 12:17:04 +02:00
parent 78e0ca9f70
commit 9d15fff172
2 changed files with 7 additions and 8 deletions

View File

@ -130,6 +130,9 @@ adjutant_role_mapping:
- project_mod
- heat_stack_owner
- _member_
adjutant_blacklisted_roles:
- admin
- rating
adjutant_default_users_to_project_action: []
adjutant_default_roles_to_project_action: []
adjutant_default_quota_size: small

View File

@ -45,16 +45,13 @@ api:
default_domain_id: default
UserList:
blacklisted_roles:
- admin
- rating
{{ adjutant_blacklisted_roles | to_nice_yaml(indent=2, width=140) | indent(8, True) }}
UserDetail:
blacklisted_roles:
- admin
- rating
{{ adjutant_blacklisted_roles | to_nice_yaml(indent=2, width=140) | indent(8, True) }}
UserRoles:
blacklisted_roles:
- admin
- rating
{{ adjutant_blacklisted_roles | to_nice_yaml(indent=2, width=140) | indent(8, True) }}
SignUp:
default_region: {{ adjutant_service_region }}
default_domain_id: default
@ -143,8 +140,7 @@ workflow:
days_between_autoapprove: {{ adjutant_quota_auto_approve_days }}
ResetUserPasswordAction:
blacklisted_roles:
- admin
- rating
{{ adjutant_blacklisted_roles | to_nice_yaml(indent=2, width=140) | indent(8, True) }}
SendAdditionalEmailAction:
prepare:
subject: Openstack Email Notification