OpenStack Orchestration (Heat)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Zuul 22237d390f Merge "Deploy healthcheck middleware as app instead of filter" 4 months ago
api-ref/source [goal] Deprecate the JSON formatted policy file 2 years ago
bin Fix hacking warnings 3 years ago
contrib/heat_docker Use unittest.mock instead of third party mock 3 years ago
devstack Skip test_stack_update_with_replacing_userdata 5 months ago
doc Merge "Fix get_attr syntax in template guide" 8 months ago
etc/heat Deploy healthcheck middleware as app instead of filter 1 year ago
heat Merge "Deploy healthcheck middleware as app instead of filter" 4 months ago
heat_integrationtests Skip test_stack_update_with_replacing_userdata 5 months ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
playbooks/devstack/functional Remove gabbi tempest plugin 3 years ago
rally-scenarios Switch to use opendev.org 4 years ago
releasenotes Honor 'hidden' parameter in 'stack environment show' command 5 months ago
roles/run-heat-tests Use constraints when creating tempest venv 1 year ago
tools Fix lower-constraints errors 3 years ago
.coveragerc Update .coveragerc after the removal of openstack directory 7 years ago
.gitignore Ignore old 'vN-branch' tags when scanning for release notes 3 years ago
.gitreview OpenDev Migration Patch 4 years ago
.stestr.conf Use stestr for unit tests 6 years ago
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 9 months ago
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2 years ago
HACKING.rst Clean up test requirements 5 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst Add ironic client plugin support 3 years ago
babel.cfg Add setup.py and friends 11 years ago
bindep.txt Remove python2 from bindep 12 months ago
config-generator.conf Merge "Add missing [oslo_reports] options" 2 years ago
install.sh Remove use of heat_watch_server_url 5 years ago
requirements.txt Merge "Use new get_rpc_client API from oslo.messaging" 4 months ago
setup.cfg Drop implementation for OS::Magnum::Bay/BayModel 9 months ago
setup.py Disable auto discovery 1 year ago
test-requirements.txt Update doc8 version 2 years ago
tox.ini Skip test_stack_update_with_replacing_userdata 5 months ago
uninstall.sh use stderr for error echo message 7 years ago

README.rst

Team and repository tags

image

Heat

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native REST API and a CloudFormation-compatible Query API.

Why heat? It makes the clouds rise and keeps them there.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://opendev.org/openstack/heat

Python client

Report a Story (a bug/blueprint)

If you'd like to report a Story (we used to call a bug/blueprint), you can report it under Report a story in Heat's StoryBoard. If you must report the story under other sub-project of heat, you can find them all in Heat StoryBoard Group. if you encounter any issue.

References

We have integration with