Comment 2 for bug 1398927

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

Reviewed: https://review.openstack.org/138819
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=837a093a24ea6005f1291b954e48cb338fd5a9b4
Submitter: Jenkins
Branch: master

commit 837a093a24ea6005f1291b954e48cb338fd5a9b4
Author: Jason Dunsmore <email address hidden>
Date: Wed Dec 3 12:33:10 2014 -0600

    Use physical_resource_name to generate the resource ID

    The SwiftSignalHandle URL can be too long for the database column,
    resulting in an unhandled exception and failed stack.

    Use the SwiftSignalHandle's physical_resource_name() method to generate
    the resource ID and use FnGetRefId to fetch the handle URL instead.

    Change-Id: Iee5fc684b1f2f64ed543022a9e51612c1f80bb1e
    Closes-Bug: #1398927