Comment 16 for bug 1703605

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

Reviewed: https://review.openstack.org/487651
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=579866aefc0d69a203bf4ce65a6c3d24f8ce079f
Submitter: Jenkins
Branch: stable/ocata

commit 579866aefc0d69a203bf4ce65a6c3d24f8ce079f
Author: Gerry Buteau <email address hidden>
Date: Tue Jul 11 10:09:15 2017 -0400

    Cinder volume attachment attribute should not be cached

    The Cinder volume 'attachments'attribute are
    dynamically built lists and must be queried from the Cinder API on each
    request. There are several factors that may change the contents of this
    list that are unknown to Heat. Caching should be prevented for this
    attribute.

    Closes-Bug: #1703605
    Related-Bug: #1703387
    Co-Authored-By: Paul Bourke <email address hidden>
    Change-Id: I1a646e567b2d88f2acf09b3077c205c5b061d4bc
    (cherry picked from commit 9269787d39e052318ec59c58102cca128065b37a)