OpenStack Orchestration (Heat)
You can not 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
Sergey Kraynev 440a306216
Add one general testing of resource_mapping
7 years ago
bin Merge "Remove warnings in heat" 7 years ago
contrib Force config_drive and transport for sw config 7 years ago
devstack/upgrade use stderr for error echo message 7 years ago
doc Merge "Move Developer guides to separate directory" 7 years ago
etc/heat Merge "Added Keystone and RequestID headers to CORS middleware" 7 years ago
heat Add one general testing of resource_mapping 7 years ago
heat_integrationtests Merge "Add functional tests for update restrict" 7 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
rally-scenarios Merge "Add test for performance in constraint validation" 7 years ago
releasenotes Merge "Release notes for server-side env resolution" 7 years ago
tools py34: cleanup 8 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Add reno for release notes management 7 years ago
.gitreview Update .gitreview for org move. 10 years ago
.testr.conf Add separate requirements.txt to integration tests 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 8 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 Add trustee config group to sample config 7 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 Updated from global requirements 7 years ago
setup.cfg Alphabetized heat.constraints for cleanliness 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Enable pep8 to check files in directory tools 7 years ago
uninstall.sh use stderr for error echo message 7 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