aclfixer.py: Remove swift-bench from exceptions

ACL for swift-bench was fixed in:
https://review.openstack.org/#/c/575071/

Change-Id: I06c525f8ae97b9217340d6df740ec66bc67263b5
This commit is contained in:
Thierry Carrez 2018-06-22 14:31:37 +02:00
parent 8306df6759
commit 082bec74fc
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ WILDCARD_REPO_EXCEPTIONS = [
REPO_EXCEPTIONS = [
'openstack/manila-image-elements',
'openstack/manila-test-image',
'openstack/swift-bench',
]