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
Benoît Knecht fafdd06bfd middleware: return HTTPBadRequest when path is invalid
Gracefully handle paths that are invalid UTF-8 by returning HTTP error
400 instead of an Internal Server Error.

Change-Id: I3b30e4d64e758eefd85f7a70fc645db69991b3d7
Task: 26379
5 years ago
api-ref/source Add API doc for files_container support 5 years ago
bin Remove CloudWatch API 5 years ago
contrib/heat_docker Merge "Docs: modernise links" 5 years ago
devstack Run the specified set of tests in grenade-multinode job 5 years ago
doc Merge "Fix bug to doc: rally_on_gates" 5 years ago
etc/heat Restore auth-less version negotiation 5 years ago
heat middleware: return HTTPBadRequest when path is invalid 5 years ago
heat_integrationtests Merge "Remove unnecessary shebangs from service scripts" 5 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
playbooks Switch to neutron-* service names 5 years ago
rally-scenarios Adds doc8 check to pep8 5 years ago
releasenotes Imported Translations from Zanata 5 years ago
tools Add StoryBoard migration docs and releasenote 5 years ago
.coveragerc Update .coveragerc after the removal of openstack directory 7 years ago
.gitignore include sample config file in docs 5 years ago
.gitreview Update .gitreview for org move. 11 years ago
.stestr.conf Use stestr for unit tests 6 years ago
.zuul.yaml Use openstack-tox-cover template 5 years ago
CONTRIBUTING.rst Update http links for doc migration 5 years ago
HACKING.rst Clean up test requirements 5 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst Merge "Drop ceilometerclient requirement" 5 years ago
babel.cfg Add setup.py and friends 11 years ago
config-generator.conf Remove SSLMiddleware from oslo.config namespace 6 years ago
install.sh Remove use of heat_watch_server_url 5 years ago
lower-constraints.txt Merge "Clean up test requirements" 5 years ago
requirements.txt Drop ceilometerclient requirement 5 years ago
setup.cfg Drop ceilometerclient requirement 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Merge "Clean up test requirements" 5 years ago
tox.ini Merge "Support py36 for test in tox" 5 years ago
uninstall.sh use stderr for error echo message 8 years ago

README.rst

Team and repository tags

image

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

Report a Story (a bug/blueprint)

If you'd like to report a Story (we used to call a bug/blueprint), you can report it under Report a story in Heat's StoryBoard. If you must report the story under other sub-project of heat, you can find them all in Heat StoryBoard Group. if you encounter any issue.

References

We have integration with