36a3eaaa35
When a sentence is wholly contained within parentheses, the period at the end should appear inside the closing parenthesis. The current pep8 check requires that e.g. resource property descriptions must end with a period, which makes things awkward when the last sentence is parenthesised. Allow them to optionally end with ".)" instead. Change-Id: I489c424136047e57e4649739fd0b0727bc3cc915 |
||
---|---|---|
.. | ||
dashboards | ||
cfn-json2yaml | ||
custom_guidelines.py | ||
heat-db-drop | ||
README.rst | ||
test-setup.sh |
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.opendev.org/#/settings/preferences
).