heat/tools
Elod Illes c49e0cbc3e Update tools/README.rst with bindep info
During local bindep.txt add [1] the old test-requires-* files were
removed, but the README was not updated.

[1] If9befe4115c64c2fda52321002ba5fe1124eaf7c

Change-Id: I43c93df9c0f7bc4f1c7a52907d58a82bf1393512
2019-06-27 18:25:55 +02:00
..
dashboards Add StoryBoard migration docs and releasenote 2018-07-26 13:05:04 +08:00
README.rst Update tools/README.rst with bindep info 2019-06-27 18:25:55 +02:00
cfn-json2yaml Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
custom_guidelines.py Use correct raw string format 2017-11-16 18:23:58 -05:00
heat-db-drop heat tools : heat-db-drop prompt for missing password 2012-07-05 10:46:53 +01:00
test-setup.sh Prepare for using standard python tests 2017-02-04 09:49:18 +01:00

README.rst

Files in this directory are general developer tools or examples of how to do certain activities.

If you're running on Fedora, see the instructions at https://docs.openstack.org/heat/latest/getting_started/on_fedora.html

Tools

heat-db-drop

This script drops the heat database from mysql in the case of developer data corruption or erasing heat.

cfn-json2yaml

(bulk) convert AWS CloudFormation templates written in JSON to HeatTemplateFormatVersion YAML templates

Package lists

To test that every Linux package is installed that is necessary to successfully run heat's unit test suit on a clean new Linux distribution run tox -e bindep. This will report missing dependencies (based on bindep.txt in heat repository).

Review dashboards

Generate gerrit review URL for heat. This can pop up some patches that might requires reviews. You can generate it with following command under gerrit-dash-creator repo ( https://opendev.org/openstack/gerrit-dash-creator )

$ ./gerrit-dash-creator heat.dash

The sample of heat.dash can be found under ./dashboards/

Get the output URL and add it to your gerrit menu (at https://review.openstack.org/#/settings/preferences).