From db7837c27c6036b586085577fc83b6d907e729d4 Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Mon, 23 Dec 2013 15:36:13 +0400 Subject: [PATCH] Fix error in README.rst Change-Id: Ic26c61d763f69f2e2d9ea23a048230b8ec7abd75 --- heat-patches/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heat-patches/README.rst b/heat-patches/README.rst index 7e627658..8d759673 100644 --- a/heat-patches/README.rst +++ b/heat-patches/README.rst @@ -7,11 +7,11 @@ How to apply Heat patches 2. Login to the machine with Openstack installation and gain root rights. -2. Go to the location where the heat python package is installed: +3. Go to the location where the heat python package is installed: cd /usr/lib/python2.7/dist-package -3. Apply each patch by issuing the following command: +4. Apply each patch by issuing the following command: patch -b -p1 < /path/to/the/patch-file -4. Restart the heat service: +5. Restart the heat service: service heat-engine restart