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
rabi 164a8ab2ba Fix senlin/sdk client plugin unit tests
New python-openstacksdk has broken the client plugins.
This also change to use `status_code` instead of `http_status`
of HttpException when checking for bad request.

Closes-Bug: #1746956
Change-Id: Ib1f295a6dea014df3237acf0efd6b84464eac9c1
5 years ago
api-ref/source Return Environment from validate_template 6 years ago
bin Remove CloudWatch API 5 years ago
contrib Remove usage of parameter enforce_type 6 years ago
devstack Merge "Remove unused policy cp in devstack" 5 years ago
doc Remove heat-api-cloudwatch from man pages list 5 years ago
etc/heat Remove CloudWatch API 5 years ago
heat Fix senlin/sdk client plugin unit tests 5 years ago
heat_integrationtests Merge "Remove CloudWatch API" 5 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
playbooks/devstack Enable octavia services for gate testing 6 years ago
rally-scenarios Update rally link 6 years ago
releasenotes Merge "Remove OS::Heat::HARestarter" 5 years ago
tools Use correct raw string format 6 years ago
.coveragerc Update .coveragerc after the removal of openstack directory 7 years ago
.gitignore Allow run tests for both tempest plugin and regression tests 5 years ago
.gitreview Update .gitreview for org move. 11 years ago
.stestr.conf Use stestr for unit tests 6 years ago
.zuul.yaml Restore functional test jobs 5 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
HACKING.rst Prepare for using standard python tests 6 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst Update URL in README.rst 6 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
requirements.txt Merge "Remove potential co-gating integration tests" 5 years ago
setup.cfg Merge "Remove CloudWatch API" 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Updated from global requirements 5 years ago
tox.ini Merge "Remove CloudWatch API" 5 years ago
uninstall.sh use stderr for error echo message 7 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

https://git.openstack.org/cgit/openstack/python-heatclient

References

We have integration with