Merge "update the drivers.rst for project retirement steps"

This commit is contained in:
Jenkins 2016-12-09 19:30:01 +00:00 committed by Gerrit Code Review
commit 61dbda5459
1 changed files with 19 additions and 2 deletions

View File

@ -467,12 +467,29 @@ following:
* Remove your project from ``zuul/layout.yaml``.
* Replace the contents of
``gerrit/acls/openstack/<projectname>.config`` with::
* By default, project ACLs are defined in a file called
``gerrit/acls/openstack/<projectname>.config``. If this file exists,
replace the contents with::
[project]
state = read only
* If a file called ``gerrit/acls/openstack/<projectname>.config`` does
not exist, that implies that your project shared ACLs with some other
project(s). You will need to do two things in that case:
#. Find the entry for your project in ``gerrit/projects.yaml`` and
delete the line which defines the acl-config. This will cause the
default to be used, and that default is a file that you create
next.
#. Create and submit a new file called
``gerrit/acls/openstack/<projectname>.config`` which contains the
text::
[project]
state = read only
* Remove your project from ``gerritbot/channels.yaml``.
Remove Repository from the Governance Repository