Add dib-utils to aclfixer.py exception list

diskimage-builder and dib-utils share the same ACL file, so both
need to be on the exception list otherwise the diskimage-builder ACL
will be touched by aclfixer.py.

Change-Id: I85f16eea5312277ccb2c7cd7e32838dd2ae91d16
This commit is contained in:
Thierry Carrez 2018-04-11 11:16:42 +02:00
parent 1b5a48f40b
commit cf3f5b4006

View File

@ -41,6 +41,7 @@ WILDCARD_REPO_EXCEPTIONS = [
REPO_EXCEPTIONS = [
'openstack-dev/bashate',
'openstack-infra/tripleo-ci',
'openstack/dib-utils',
'openstack/diskimage-builder',
'openstack/dragonflow',
'openstack/ec2-api',