Move keystonemiddleware to use the same ACLs as keystoneauth

After discussing this with steve martinelli (PTL), it makes sense to
move the keystonemiddleware core ACLs to have the same group that
really focuses on keystoneauth. This is because both keystoneauth
and keystonemiddleware are mostly looked at by a slightly more
specialized group.

Keystone-core group still has full rights to vote on the project. This
allows for an expanded set of eyes who focus more on authz within
openstack to be involved with keystonemiddleware.

Change-Id: If56f5b7636a6880f61ac9510f2bff546b7c2bf4b
This commit is contained in:
Morgan Fainberg
2015-12-07 15:51:31 -05:00
parent bc435dd221
commit 154eb8090c

View File

@@ -1,7 +1,7 @@
[access "refs/heads/*"]
abandon = group keystone-core
label-Code-Review = -2..+2 group keystone-core
label-Workflow = -1..+1 group keystone-core
abandon = group keystoneauth-core
label-Code-Review = -2..+2 group keystoneauth-core
label-Workflow = -1..+1 group keystoneauth-core
[access "refs/heads/stable/*"]
abandon = group keystone-stable-maint