]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api : add waitcondition to cfn api
authorSteven Hardy <shardy@redhat.com>
Thu, 22 Nov 2012 17:11:15 +0000 (17:11 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 29 Nov 2012 15:45:26 +0000 (15:45 +0000)
commit89714b36d444e564b14640e6b4d5b82b6c0912b6
tree271b64ec552826c1269280225436182f61526324
parent38100845aaa27ba1a0d08553944a0bd96e9c41cf
heat api : add waitcondition to cfn api

Add a new path to the CFN api, which implements CFN style waitcondition
notification - this means we can move away from the separate heat-metadata
service for this purpose, instead using the authenticated CFN API

blueprint metsrv-remove
Change-Id: I62cff7cb4c7a009fea2c8f62ea446d8d758f5429
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/api/cfn/v1/__init__.py
heat/api/cfn/v1/waitcondition.py [new file with mode: 0644]