Fix error in README.rst

Change-Id: Ic26c61d763f69f2e2d9ea23a048230b8ec7abd75
This commit is contained in:
Timur Sufiev 2013-12-23 15:36:13 +04:00
parent 8f36087c08
commit db7837c27c
1 changed files with 3 additions and 3 deletions

View File

@ -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