Updates for rename instructions

Small updates: show an example of multiple projects in the yaml file,
and warn about when to restart puppet

Change-Id: I77c07035f0df775558d82fa54b968f1acdbfb713
This commit is contained in:
Ian Wienand 2017-01-13 08:03:45 +11:00
parent 9b83ae3e53
commit def483ab74
1 changed files with 7 additions and 0 deletions

View File

@ -432,6 +432,8 @@ To rename a project:
repos:
- old: stackforge/awesome-repo
new: openstack/awesome-repo
- old: openstack/foo
new: openstack/bar
gerrit_groups:
- old: old-core-group
new: new-core-group
@ -472,6 +474,11 @@ To rename a project:
sudo crontab -u root -e
.. warning::
Wait for the ``project-config`` changes to merge before
re-enabling cron, else duplicate projects can appear that have
to be manually removed.
#. Submit a change that updates .gitreview with the new location of the
project.