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
Steven Hardy 083c0cc2b0 pip-requires PyCrypto should be >= 2.1.0
We need PyCrypto>=2.1.0 for Random which is used in
heat.common.crypt

Change-Id: Ib951deaca17f972aa70a2a65f6e3ade5fb509981
Signed-off-by: Steven Hardy <shardy@redhat.com>
11 years ago
bin Get rid of unused imports 11 years ago
contrib Add unit test framework nose and associated helper scripts 11 years ago
docs GettingStarted: Install python-pip package 11 years ago
etc Remove heat-metadata service 11 years ago
heat Add support for missing Instance attributes PrivateIp and PublicDnsName. 11 years ago
templates Remove YAML template trailing spaces 11 years ago
tools pip-requires PyCrypto should be >= 2.1.0 11 years ago
.gitignore Switch to openstack style versioning 11 years ago
.gitreview Update .gitreview for org move. 11 years ago
HACKING.rst Directives to not use variable names that conflict with pdb 11 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
MANIFEST.in Switch to openstack style versioning 11 years ago
README.rst Update the README with more current links 11 years ago
babel.cfg Add setup.py and friends 11 years ago
install.sh install.sh non-root error should go to stderr 11 years ago
openstack-common.conf Add version.py from openstack-common 11 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
run_tests.sh Rename heat client to heat-cfn. 11 years ago
setup.cfg Align with project standards. 11 years ago
setup.py Get rid of unused imports 11 years ago
tox.ini Don't use OpenStack plugin in tox 11 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 git@github.com:openstack/heat.git

Wiki: http://wiki.openstack.org/Heat GettingStarted: http://wiki.openstack.org/Heat/GettingStartedUsingDevstack

Python client

https://github.com/openstack/python-heatclient

References

We have integration with