Update git submodules

* Update cinderlib from branch 'master'
  - Merge "NotLocal exception after refresh"
  - NotLocal exception after refresh
    
    If we locally attach a volume and we call the refresh method on it then
    we cannot just call the detach method on the volume directly or we'll
    get a `NotLocal` exception.
    
    So this works:
       volume.attach()
       volume.detach()
    
    But this doesn't:
       volume.attach()
       volume.refresh()
       volume.detach()
    
    This is because we don't carry the `local_attach` attribute from our
    current instance into the refresh.
    
    Closes-Bug: #1868153
    Change-Id: Iaaac5576d443b7917a46bb11458860a9651bd366
This commit is contained in:
Zuul 2020-04-23 17:22:35 +00:00 committed by Gerrit Code Review
parent 546196c728
commit a6e1855892
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ccf958aa4ed78d0d4297ef0149de05cdf8f1efc8
Subproject commit 602c9f71c249d48621d1dc52ff1b6fc930ba204d