RETIRED, further work has moved to Debian project infrastructure
712faf1717
It appears that the serialization used to wrap RPC exceptions requires that the class be instantiated without any arguments. Since the NotFound exception required a msg_fmt it could not be deserialized in heat-api, which lead to no mapping in the FaultWrapper so a 500 was raised instead of a 404. This change adds a default value for msg_fmt for the NotFound exception. The classes Error and ResourceFailure likely have this issue too, but it is not as serious since they will raise a 500 error anyway. Config/deployment API tests now check that NotFound can be deserialized by calling to_remote_error, and checks that FaultWrapper converts that to HTTPNotFound. Change-Id: Ieb8de26465cb26aa015f15c134f80a06ebcae95c Closes-Bug: #1301657 Related-Bug: #1304743 |
||
---|---|---|
bin | ||
contrib | ||
doc | ||
etc/heat | ||
heat | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
install.sh | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
uninstall.sh |
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 git@github.com:openstack/heat.git
- Wiki: http://wiki.openstack.org/Heat
- Developer docs: http://docs.openstack.org/developer/heat
Python client
https://github.com/openstack/python-heatclient
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