From 082bec74fc9f355606923dba5bb02ed103021710 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 22 Jun 2018 14:31:37 +0200 Subject: [PATCH] aclfixer.py: Remove swift-bench from exceptions ACL for swift-bench was fixed in: https://review.openstack.org/#/c/575071/ Change-Id: I06c525f8ae97b9217340d6df740ec66bc67263b5 --- tools/aclfixer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/aclfixer.py b/tools/aclfixer.py index d2788772a1..5ca356f95e 100755 --- a/tools/aclfixer.py +++ b/tools/aclfixer.py @@ -46,7 +46,6 @@ WILDCARD_REPO_EXCEPTIONS = [ REPO_EXCEPTIONS = [ 'openstack/manila-image-elements', 'openstack/manila-test-image', - 'openstack/swift-bench', ]