Include instructions for deleting lock file

The zuul lock file needs to be removed as well.

Change-Id: Ice16e07c142026c4df45f21ffae80e6a506dfcdd
This commit is contained in:
Monty Taylor 2013-08-17 21:56:20 -04:00
parent c497ed783c
commit e58b852907

View File

@ -303,7 +303,7 @@ To rename a project:
#. Gracefully stop Zuul on zuul.openstack.org::
sudo kill -USR1 $(cat /var/run/zuul/zuul.pid)
rm -f /var/run/zuul/zuul.pid
rm -f /var/run/zuul/zuul.pid /var/run/zuul/zuul.lock
#. Stop Gerrit on review.openstack.org::