From 8ba7eb9608b74d3a59facde26b90520ff1cea4e2 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 27 Jun 2018 15:31:14 +0200 Subject: [PATCH] Remove manila from aclfixer exceptions Manila repositories were fixed in: https://review.openstack.org/578381 Depends-On: https://review.openstack.org/578381 Change-Id: I935be2d91d3ee0df5db27e1d3c1d36cd94f7b6a8 --- tools/aclfixer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/aclfixer.py b/tools/aclfixer.py index 5ca356f95e..993719ea92 100755 --- a/tools/aclfixer.py +++ b/tools/aclfixer.py @@ -44,8 +44,6 @@ WILDCARD_REPO_EXCEPTIONS = [ ] REPO_EXCEPTIONS = [ - 'openstack/manila-image-elements', - 'openstack/manila-test-image', ]