![]() Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: Ide8a235ab2ce27d16776f238b670800fde51be0b |
||
---|---|---|
cfn | ||
contrib/rackspace | ||
doc/source | ||
hot | ||
jeos | ||
openshift-origin | ||
playbooks/devstack | ||
roles/run-heat-template-check | ||
tools | ||
.gitignore | ||
.gitreview | ||
.yamllint | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
setup.cfg |
README.rst
Team and repository tags
Heat Templates
Heat is a service to orchestrate multiple composite cloud applications using templates
This repository provides:
- Example templates which demonstrate core Heat functionality
- Related image-building templates
- Template-related scripts and conversion tools
Software configuration hooks
All hooks (heat agents) in heat-templates repository are removed, please use hooks in heat-agents https://opendev.org/openstack/heat-agents instead. Here is document entry for heat-agents: https://docs.openstack.org/heat-agents/latest/