Comment 5 for bug 1760932

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

Reviewed: https://review.openstack.org/562361
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=55533a19f70e6b7bbd00389f22f9d9802e719388
Submitter: Zuul
Branch: stable/queens

commit 55533a19f70e6b7bbd00389f22f9d9802e719388
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Tue Apr 3 23:33:59 2018 -0700

    Fixing Senlin incompatibility with openstacksdk 0.11.x

    When running Heat with OpenstackSDK 0.11.3 (or older)
    no clustering version is being passed on, causing the
    call to Senlin to fail with the following error message.
    > Unknown version in URI from

    With this patch we always set the api version for clustering.

    Change-Id: I61876b599373c5794bb9edb2088b15d21f7584e2
    Closes-Bug: #1760932
    Story: #1760932
    Task: #18787
    (cherry picked from commit d47a4540dc23fc2f2b3f84ddd6dbfb30c3fbf986)