From 65bf2b3faafe00b76f8094d27fbcb664e139029a Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 28 Jan 2020 20:05:29 +0200 Subject: [PATCH] Don't require CLA for contributors of Ansible Openstack modules History: - Ansible Openstack modules are moved from Ansible core repo to Openstack SIG repo. Like all other modules will be separated from Ansible core in 2.10 and will go somwhere. - Ansible contributors are confused by moving to Gerrit and because of requirement to sign for CLA. As it's SIG repo and not part of "official" Openstack, can we SKIP requirement of signing of CLA for contributors? Change-Id: I56a9bfc7bb7bd0180bcbab842514c77e9081e54e --- gerrit/acls/openstack/ansible-collections-openstack.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit/acls/openstack/ansible-collections-openstack.config b/gerrit/acls/openstack/ansible-collections-openstack.config index 8c2921995e..a50a15e1ea 100644 --- a/gerrit/acls/openstack/ansible-collections-openstack.config +++ b/gerrit/acls/openstack/ansible-collections-openstack.config @@ -20,7 +20,7 @@ label-Workflow = -1..+1 group stable-maint-core [receive] requireChangeId = true -requireContributorAgreement = true +requireContributorAgreement = false [submit] mergeContent = true