Comment 2 for bug 1448384

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/177539
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=72403962033d15bfe910eae14f01a4461d1789e9
Submitter: Jenkins
Branch: master

commit 72403962033d15bfe910eae14f01a4461d1789e9
Author: huangtianhua <email address hidden>
Date: Sat Apr 25 18:16:32 2015 +0800

    Fix TypeError exception during cancel stack update

    TypeError: call() takes exactly 3 arguments(5 given) is raised
    during cancel stack update, this patch will fix the problem.

    Change-Id: If85389150a15575d9e01466d950f8c07b8fa2717
    Closes-Bug: #1448384