Merge "Do not cache volume status attribute"

This commit is contained in:
Zuul 2020-02-10 19:53:33 +00:00 committed by Gerrit Code Review
commit 1065f643f1
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ class CinderVolume(vb.BaseVolume, sh.SchedulerHintsMixin):
), ),
STATUS: attributes.Schema( STATUS: attributes.Schema(
_('The current status of the volume.'), _('The current status of the volume.'),
type=attributes.Schema.STRING type=attributes.Schema.STRING,
cache_mode=attributes.Schema.CACHE_NONE
), ),
CREATED_AT: attributes.Schema( CREATED_AT: attributes.Schema(
_('The timestamp indicating volume creation.'), _('The timestamp indicating volume creation.'),