Merge "Add openstack-infra to the list of namespaces to check."
This commit is contained in:
@@ -25,7 +25,7 @@ function check_team_acl {
|
||||
}
|
||||
|
||||
# Add more namespaces here, if necessary
|
||||
for namespace in stackforge openstack openstack-dev; do
|
||||
for namespace in openstack openstack-dev openstack-infra stackforge; do
|
||||
check_team_acl "${CONFIGS_LIST_BASE}${namespace}"
|
||||
done
|
||||
|
||||
|
@@ -113,6 +113,7 @@ if '6' in transformations:
|
||||
if '7' in transformations:
|
||||
special_projects = (
|
||||
'ossa',
|
||||
'reviewday',
|
||||
)
|
||||
special_teams = (
|
||||
'admins',
|
||||
@@ -121,6 +122,7 @@ if '7' in transformations:
|
||||
'maint',
|
||||
'Managers',
|
||||
'milestone',
|
||||
'packagers',
|
||||
'Users',
|
||||
)
|
||||
for section in acl.keys():
|
||||
|
Reference in New Issue
Block a user