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
Zane Bitter 8260579b2c Streamline conversion of resources to convergence
Use a single write to the database to convert each resource. Add a
method to the versioned object class that encapsulates the DB-specific
information, and get rid of the Resource.set_requires() classmethod that
just calls a method on the versioned object instance that's passed to
it.

Change-Id: Ieca7e0f0642c38c44fb8d7729333a0ccd93c9cb4
5 years ago
api-ref/source Add API doc for files_container support 5 years ago
bin Remove CloudWatch API 5 years ago
contrib/heat_docker Merge "Docs: modernise links" 5 years ago
devstack change the dist name to 'openstack-heat' 5 years ago
doc Add heat-status to man page output 5 years ago
etc/heat Restore auth-less version negotiation 5 years ago
heat Streamline conversion of resources to convergence 5 years ago
heat_integrationtests Use fedora 29 image from nodepool mirror 5 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
playbooks/devstack Revert "Add openstack/placement as a required project for heat-grenade*" 5 years ago
rally-scenarios Adds doc8 check to pep8 5 years ago
releasenotes Imported Translations from Zanata 5 years ago
tools Add StoryBoard migration docs and releasenote 5 years ago
.coveragerc Update .coveragerc after the removal of openstack directory 7 years ago
.gitignore include sample config file in docs 5 years ago
.gitreview Update .gitreview for org move. 11 years ago
.stestr.conf Use stestr for unit tests 6 years ago
.zuul.yaml Remove tripleo newton and ocata jobs 5 years ago
CONTRIBUTING.rst Update http links for doc migration 5 years ago
HACKING.rst Clean up test requirements 5 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst Add Release Notes in README 5 years ago
babel.cfg Add setup.py and friends 11 years ago
config-generator.conf Remove SSLMiddleware from oslo.config namespace 6 years ago
install.sh Remove use of heat_watch_server_url 5 years ago
lower-constraints.txt Add heat-status upgrade check command framework 5 years ago
requirements.txt Add heat-status upgrade check command framework 5 years ago
setup.cfg Change openstack-dev to openstack-discuss 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Merge "Clean up test requirements" 5 years ago
tox.ini change the dist name to 'openstack-heat' 5 years 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://git.openstack.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