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 # 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}" check_team_acl "${CONFIGS_LIST_BASE}${namespace}"
done done

View File

@ -113,6 +113,7 @@ if '6' in transformations:
if '7' in transformations: if '7' in transformations:
special_projects = ( special_projects = (
'ossa', 'ossa',
'reviewday',
) )
special_teams = ( special_teams = (
'admins', 'admins',
@ -121,6 +122,7 @@ if '7' in transformations:
'maint', 'maint',
'Managers', 'Managers',
'milestone', 'milestone',
'packagers',
'Users', 'Users',
) )
for section in acl.keys(): for section in acl.keys():