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 e0bb98d4f5 heat-keystone-setup : fix error on folsom first-install
When running heat-keystone-setup for the first time after (re)installing
openstack folsom, it fails, because the user-role-list is running *as* the
heat user, not reading the roles assigned to the heat user, which fails
because on a new install the heat user does not have the admin role.
Using the credentials from the environment means we run the command as
admin, but --user_id selects the roles for the heat user.

Change-Id: Ib2733e63f664d75be1e2e3bd43038bbd1dbebde8
Signed-off-by: Steven Hardy <shardy@redhat.com>
11 years ago
bin heat-keystone-setup : fix error on folsom first-install 11 years ago
contrib Add unit test framework nose and associated helper scripts 11 years ago
docs heat engine : add heat_waitcondition_server_url 11 years ago
etc heat engine : add heat_waitcondition_server_url 11 years ago
heat heat engine : add heat_waitcondition_server_url 11 years ago
templates Make default distribution U10 for deb template 11 years ago
tools Start and enable libvirtd. 11 years ago
.gitignore Align with project standards. 11 years ago
.gitreview Switch .gitreview to use OpenStack 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 Log all startup operations to /var/log/heat-startup.log 11 years ago
README.rst renaming CloudFormations to CloudFormation 11 years ago
babel.cfg Add setup.py and friends 11 years ago
install.sh Add the beginnings of an OpenStack ReST API 11 years ago
openstack-common.conf Import openstack.common.rpc 11 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
run_tests.sh Add the beginnings of an OpenStack ReST API 11 years ago
setup.cfg Align with project standards. 11 years ago
setup.py Fix versioning code 11 years ago
tox.ini Lock to pep 1.1 11 years ago
uninstall.sh Add uninstall script for Heat 11 years ago

README.rst

HEAT

This is an OpenStack style project that provides a REST API to orchestrate multiple cloud applications implementing well-known standards such as AWS CloudFormation and TOSCA.

Currently the developers are focusing on AWS CloudFormation but are watching the development of the TOSCA specification.

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:heat-api/heat.git

Follow the steps: https://github.com/heat-api/heat/wiki/HeatGettingStarted

References