Comment 10 for bug 1703605

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

Reviewed: https://review.openstack.org/482663
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=9269787d39e052318ec59c58102cca128065b37a
Submitter: Jenkins
Branch: master

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

    Cinder volume attachment attributes should not be cached

    The Cinder volume 'attachments' and 'attachments_list' attributes 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 these
    attributes.

    Closes-Bug: #1703605
    Related-Bug: #1703387
    Co-Authored-By: Paul Bourke <email address hidden>
    Change-Id: I1a646e567b2d88f2acf09b3077c205c5b061d4bc