OpenStack Proposal Bot 272ba07650 Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Iec451e9a1dade213848f4683ad1a9e91018d0ffb
2015-03-15 06:11:18 +00:00
..
2015-03-11 16:30:12 +01:00
2014-10-03 06:44:43 +02:00
2014-10-03 06:44:43 +02:00

HOT Reference

This documentation is mostly generated from the heat source code, and files in the generated/ directory should not be edited manually. To make changes to these files, modify the heat docstrings, then regenerate the files (see the next section).

How to generate the content

  • Clone the heat source code:
git clone git://git.openstack.org/openstack/heat
  • Run the tools/generate-hot-reference.sh script:
pip install 'openstack-doc-tools>=0.18'
tools/generate-hot-reference.sh path/to/heat/clone
  • Check the build:
mvn clean generate-sources
# or
tox