Update git submodules

* Update cinder from branch 'master'
  - Merge "Fix HPE3PAR not returning cached stats"
  - Fix HPE3PAR not returning cached stats
    
    All Cinder drivers must honor this:
    
       stats = driver.get_volume_stats(refresh=True)
       cached_stats = driver.get_volume_stats(refresh=False)
       assert stats == cached_stats
    
    But HPE 3PAR drivers don't.  If you try to get cached stats values
    you'll get an empty dictionary instead.
    
    This is caused by the get_volume_stats method calling the _login method
    which in turn calls _init_common, which returns a new HPE3PARCommon
    instance on each call, so it won't have any cached values.
    
    Closes-Bug: #1813930
    Change-Id: I011e7142db5d54882fd2cd9c07276ac71a07b4b7
This commit is contained in:
Zuul 2019-02-15 02:18:10 +00:00 committed by Gerrit Code Review
parent 5fdb58f0e0
commit c21e4c6ec2

2
cinder

@ -1 +1 @@
Subproject commit 67cb1bde74da0d175b78bd73df6ca274c50a6e88
Subproject commit 2d79dafcb33a6cd38cfe0d25ea818da6045178f7