update the drivers.rst for project retirement steps

Found a missing step while retiring the trove-image-builder
project.

Change-Id: I7a1aef279d1f90c1be4be11fe042db0db1d12ea0
Related: I4186340ef13cdbaa2df0a752b68e2e4bd6968494
This commit is contained in:
Amrith Kumar 2016-11-23 17:16:39 -05:00 committed by Andreas Jaeger
parent 9e445b37ae
commit ced857e9d9
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