~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

Viewing changes to heat/api/cfn/v1/signal.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-03 09:43:04 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131003094304-k2c4qcsfn7cv6eos
Tags: 2013.2~rc1-0ubuntu1
* New upstream release.
* debian/control: Dropped python-d2to1 build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
        return {'resource': identity.resource_name, 'metadata': md}
40
40
 
41
 
    def signal(self, req, body, arn):
 
41
    def signal(self, req, arn, body=None):
42
42
        con = req.context
43
43
        identity = identifier.ResourceIdentifier.from_arn(arn)
44
44
        try: