af0903a916
Global environment during registering resources also load resources from /etc/environment.d . As result it loads two resources mapped on templates: - 'AWS::CloudWatch::Alarm' - 'AWS::RDS::DBInstance' However execute guideline checks for these resources is not possible due to these resources use template_resource object and can not be processed as usual *.py file. This patch add ignoring for these two resource types. Note: this error is not displayed on pep8 gate job due to we don't install devstack during execution this job, but this error affects all environments with installed devstack. Closes-Bug: #1552194 Change-Id: I29abdfa1a4f4a17dfbcdaaf6f0c6665359bab17a |
||
---|---|---|
.. | ||
cfn-json2yaml | ||
custom_guidelines.py | ||
heat-db-drop | ||
pretty_tox.sh | ||
README.rst | ||
subunit-trace.py | ||
test-requires-deb | ||
test-requires-rpm |
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