summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-09-22 12:02:45 +0000
committerGerrit Code Review <review@openstack.org>2017-09-22 12:02:45 +0000
commit436bf712fc459f4b5fc637c3585c7a93a8f87a46 (patch)
treea2b86ad5b30dd58819d2713adec7ff54eb6324c7
parent1db776ab42649dbed55f08e4d1cf8e23a549e278 (diff)
parent579866aefc0d69a203bf4ce65a6c3d24f8ce079f (diff)
downloadheat-436bf712fc459f4b5fc637c3585c7a93a8f87a46.tar.gz
Merge "Cinder volume attachment attribute should not be cached" into stable/ocata
-rw-r--r--heat/engine/resources/openstack/cinder/volume.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/engine/resources/openstack/cinder/volume.py b/heat/engine/resources/openstack/cinder/volume.py
index 145f986b5..63495cd66 100644
--- a/heat/engine/resources/openstack/cinder/volume.py
+++ b/heat/engine/resources/openstack/cinder/volume.py
@@ -222,6 +222,7 @@ class CinderVolume(vb.BaseVolume, sh.SchedulerHintsMixin):
),
ATTACHMENTS: attributes.Schema(
_('The list of attachments of the volume.'),
+ cache_mode=attributes.Schema.CACHE_NONE,
type=attributes.Schema.STRING
),
MULTI_ATTACH_ATTR: attributes.Schema(