From e58b8529076153af5c5b04a2cca444b200591b66 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Sat, 17 Aug 2013 21:56:20 -0400
Subject: [PATCH] Include instructions for deleting lock file

The zuul lock file needs to be removed as well.

Change-Id: Ice16e07c142026c4df45f21ffae80e6a506dfcdd
---
 doc/source/gerrit.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst
index 3445f98789..01d5250451 100644
--- a/doc/source/gerrit.rst
+++ b/doc/source/gerrit.rst
@@ -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::