Update git submodules

* Update cinderlib from branch 'master'
  to b1db48c6edfa9136840ee187acd455a682e62b6e
  - Fix ValueError when running with zed cinder
    
    When using the stable/zed cinder branch and zed upper-constraints,
    we're getting a bunch of "ValueError: Backend named fake_backend
    already exists with a different configuration" in unit tests.  The
    backend name is set in the test setUp(), but it looks like isolation
    isn't being respected, maybe because the Backend instantiation uses
    a singleton pattern.  (Which doesn't, however, explain why this was
    working previously.)  Address this by giving each test backend a
    unique name.
    
    Change-Id: I469b4b9dd9966be8477f3cefbd6284bdaf17ca17
This commit is contained in:
Brian Rosmaita 2022-12-12 03:21:37 -05:00 committed by Gerrit Code Review
parent c1ffb4de37
commit 53ecad9f12
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e4da0146a5081dce5ff045aa5f28713af7fb64a0
Subproject commit b1db48c6edfa9136840ee187acd455a682e62b6e