Add openstack-infra to the list of namespaces to check.
Change-Id: I8ff59dccc06df7ab23d13eca6990418f3a547d34
This commit is contained in:
parent
b499694cdb
commit
a3034dfcbe
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user