heat/tools
Peter Razumovsky 0ff37ff859 Don't raise error in custom guidelines on IOError
In some merge issues files or modules can be removed, but
still registered in global env. In that cases custom guidelines
raises an error with the message "No such file or directory".
Add exception handling to avoid error raising. Instead of error,
call warning and skip such class.

Change-Id: I71af2fffc2bdec414cb68c40eaf3268fe81134de
Closes-bug: #1613669
2016-08-24 09:36:02 +00:00
..
README.rst changed heat dev docs to comply with conventions 2015-04-24 22:03:07 -04:00
cfn-json2yaml Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
custom_guidelines.py Don't raise error in custom guidelines on IOError 2016-08-24 09:36:02 +00:00
heat-db-drop heat tools : heat-db-drop prompt for missing password 2012-07-05 10:46:53 +01:00
pretty_tox.sh Bring over pretty_tox.sh from nova 2014-12-25 18:00:32 +02:00
subunit-trace.py Bring over pretty_tox.sh from nova 2014-12-25 18:00:32 +02:00
test-requires-deb Add lists of Linux dependencies 2015-01-23 16:02:53 +00:00
test-requires-rpm Add lists of Linux dependencies 2015-01-23 16:02:53 +00: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 http://docs.openstack.org/developer/heat/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

Lists of Linux packages to install in order to successfully run heat's unit test suit on a clean new Linux distribution.

test-requires-deb

list of DEB packages as of Ubuntu 14.04 Trusty

test-requires-rpm

list of RPM packages as of Fedora 20