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.
![]() 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 | 11 years ago | |
contrib | 11 years ago | |
docs | 11 years ago | |
etc | 11 years ago | |
heat | 11 years ago | |
templates | 11 years ago | |
tools | 11 years ago | |
.gitignore | 11 years ago | |
.gitreview | 11 years ago | |
HACKING.rst | 11 years ago | |
LICENSE | 11 years ago | |
MANIFEST.in | 11 years ago | |
README.rst | 11 years ago | |
babel.cfg | 11 years ago | |
install.sh | 11 years ago | |
openstack-common.conf | 11 years ago | |
pylintrc | 11 years ago | |
run_tests.sh | 11 years ago | |
setup.cfg | 11 years ago | |
setup.py | 11 years ago | |
tox.ini | 11 years ago | |
uninstall.sh | 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
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
- http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca
Related projects
- http://wiki.openstack.org/Donabe
- http://wiki.openstack.org/DatabaseAsAService (could be used to provide AWS::RDS::DBInstance)
- http://wiki.openstack.org/QueueService (could be used to provide AWS::SQS::Queue)