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
Kanagaraj Manickam 0329057040 Adds 5 backport db migration place holder for liberty
Db version from 66 to 70 are made as place holder of db
backporting for liberty.

Change-Id: I8187f9ec3cf53a9e2eb93c3c1f9e96935d309892
8 years ago
bin Deprecate heat-keystone-setup 8 years ago
contrib Always process node addresses 8 years ago
devstack/upgrade Fix grenade upgrade script dependency 8 years ago
doc Merge "Deprecate heat-keystone-setup" 8 years ago
etc/heat Do not use api-paste.ini osprofiler options 8 years ago
heat Adds 5 backport db migration place holder for liberty 8 years ago
heat_integrationtests Merge "Add a test for environment change in failed update" 8 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
rally-scenarios Replace github with openstack git repo 8 years ago
tools py34: cleanup 8 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Ignore .eggs directory (created by the new pbr) 8 years ago
.gitreview Update .gitreview for org move. 11 years ago
.testr.conf Add separate requirements.txt to integration tests 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
HACKING.rst cleanup of hacking.rst heat doc 8 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst replace git protocol by https 8 years ago
babel.cfg Add setup.py and friends 11 years ago
bandit.yaml tox environment for `bandit` 8 years ago
config-generator.conf Added CORS support to Heat 8 years ago
install.sh install.sh: stop using deprecated option group for rabbit 8 years ago
openstack-common.conf Switch to oslo.service 8 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
requirements.txt Merge "Move kombu as a test dependency only" 8 years ago
setup.cfg Merge "Register correct nova.host constraint" 8 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Move kombu as a test dependency only 8 years ago
tox.ini Remove [H405] and [H404] ignoring in tox.ini 8 years ago
uninstall.sh Add uninstall script for Heat 11 years ago

README.rst

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

https://git.openstack.org/cgit/openstack/python-heatclient

References

We have integration with