Comment 5 for bug 1308770

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

Reviewed: https://review.openstack.org/118336
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=c1c48e201afa07935c3af92c845ffc517719297b
Submitter: Jenkins
Branch: stable/icehouse

commit c1c48e201afa07935c3af92c845ffc517719297b
Author: Dan Prince <email address hidden>
Date: Thu Apr 17 13:56:17 2014 -0400

    Support multiple heatclient versions for SD

    The software_deployment resources lazy loads data via the
    heatclient _get() function. Not only is this function private
    but the oslo-incubator recently reverted things such that
    get() should once again be used for lazy loading details.

    See oslo-incubator commit 04a1abe59ac39890f57d2eed57d3d1b12bb5d757

    This was merged into heatclient master in:

    72017c566850da589f7dc7dc275871986aadbd54

    This patch makes it so that heat will work with both versions
    of heatclient.

    Change-Id: I1799636d39cea410b55ffe72eeecba4f4a7a0f80
    Closes-bug: #1308770
    (cherry picked from commit a7d782395084c6c16304f17d14b824028c5ba450)