Update git submodules

* Update cinder from branch 'master'
  to 2937ef77028d6ed3e1ff992ad75a62cf96e8ebb1
  - Merge "Modify manner of retrieving volume_ref"
  - Modify manner of retrieving volume_ref
    
    The type of the input parameter connector is dict, but as I
    would like to get connector from volume_ref, the type of the
    latter is str which does not comply with the type of the former
    . For example, I use a list comprehension which is [a.connector
     for a in volume_ref.volume _attachment] and the elements in the
    list belong to the type of str. And in such scenario, if we want
    to get some values by key such as 'host', the former can utilize
    connect['host'] but the latter can not. That causes a confusion.
    
    Therefore, Modify manner of retrieving volume_ref so that the type
    of connector taken from volume_ref is a instance of dict.
    
    Change-Id: If187cfc9c79f08c5ecc1ea15c6b11fc50acbaa81
This commit is contained in:
Zuul 2022-05-27 17:46:59 +00:00 committed by Gerrit Code Review
parent 103124e09b
commit a58ec06246
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit 6d78fbc0ef9929578e1c3ac52346b02a06d05b7a
Subproject commit 2937ef77028d6ed3e1ff992ad75a62cf96e8ebb1