Add openstack-infra to the list of namespaces to check.

Change-Id: I8ff59dccc06df7ab23d13eca6990418f3a547d34
This commit is contained in:
armando-migliaccio 2014-12-19 11:34:50 -08:00
parent b499694cdb
commit a3034dfcbe
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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():