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
huangtianhua 5b04acb4e2 To reset metadata for resources when mark unhealthy
Some resources do not work if their metadata is in
a wrong state, .e.g the metadata 'scaling_in_progress'
of scaling group/policy might be always True if engine
restarts while scaling.
This patch adds an interface 'handle_metadata_reset' for
resource, then the plugins can override it if needed.
We reset the metadata while marking resource healthy.

Change-Id: Ibd6c18acf6f3f24cf9bf16a524127850968062bc
Closes-Bug: #1651084
6 years ago
api-ref/source Merge "Make *_id/name_url required for api-ref" 7 years ago
bin Trivial:Standardize the output format of 'help' in some files 7 years ago
contrib Merge "Add version keyword argument to RAX glanceclient" 7 years ago
devstack Merge "Recreate db only if db service is enabled" 6 years ago
doc Merge "Sanitize newly added heat-manage command" 6 years ago
etc/heat Merge "Add noauth middleware" 7 years ago
heat To reset metadata for resources when mark unhealthy 6 years ago
heat_integrationtests Skip test_server_signal_userdata_format_software_config 7 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
install-guide/source Install Guide: Set bug project 7 years ago
rally-scenarios Rally tests plugins for Heat 7 years ago
releasenotes Merge "Ephemeral disk size support for server bdm_v2" 7 years ago
tools Fix typo 7 years ago
.coveragerc Update .coveragerc after the removal of openstack directory 7 years ago
.gitignore Create integration tests requirements on the fly 7 years ago
.gitreview Update .gitreview for org move. 11 years ago
.testr.conf Add separate requirements.txt to integration tests 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
HACKING.rst Restrict use of iteritems, iterkeys and itervalues 7 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst Show team and repo badges on README 7 years ago
babel.cfg Add setup.py and friends 11 years ago
bandit.yaml tox environment for `bandit` 8 years ago
config-generator.conf Move heat_keystoneclient to clients package 7 years ago
install.sh install.sh: stop using deprecated option group for rabbit 8 years ago
requirements.txt Updated from global requirements 6 years ago
setup.cfg Remove oslo-incubator modules 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Merge "Use upper constraints for all jobs in tox.ini" 7 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