Update section on Gerrit permissions for shared permissions

Update the documentation to reflect the feedback provided in review
https://review.openstack.org/#/c/312805/.

Change-Id: I615f7c04ccb1bb20f788bd7b02806945c972f85c
This commit is contained in:
Amrith Kumar 2016-05-05 06:44:12 -04:00 committed by amrith
parent 13afe2cdf3
commit f366190109

View File

@ -320,6 +320,19 @@ with permission to push tags to trigger releases.
Create a ``gerrit/acls/openstack/<projectname>.config`` as
explained in the following sections.
.. note::
If the git repository you are creating is using the same gerrit
permissions - including core groups - as another repository, do
not copy the configuration file, instead reference it.
To do this make an additional change to the
``gerrit/projects.yaml`` file as shown here::
- project: openstack/<projectname>
description: Latest and greatest cloud stuff.
acl-config: /home/gerrit2/acls/openstack/other-project.config
Minimal ACL file
~~~~~~~~~~~~~~~~