murano-deployment/heat-patches
Timur Sufiev db7837c27c Fix error in README.rst
Change-Id: Ic26c61d763f69f2e2d9ea23a048230b8ec7abd75
2013-12-23 15:36:13 +04:00
..
0001-Added-support-for-Allow-Address-Pairs-feature.patch Add heat patches and short README on how to apply them. 2013-12-21 18:52:36 +04:00
0001-Adds-ability-to-configure-various-clients-used-by-th.patch Add heat patches and short README on how to apply them. 2013-12-21 18:52:36 +04:00
README.rst Fix error in README.rst 2013-12-23 15:36:13 +04:00

README.rst

How to apply Heat patches

  1. Copy both patches from this dir to the machine with Openstack installation.
  2. Login to the machine with Openstack installation and gain root rights.
  3. Go to the location where the heat python package is installed: cd /usr/lib/python2.7/dist-package
  4. Apply each patch by issuing the following command: patch -b -p1 < /path/to/the/patch-file
  5. Restart the heat service: service heat-engine restart