Update git submodules

* Update glance_store from branch 'master'
  to aac2a83df6ab96718efff82509ceb4a85a632d90
  - Merge "Remove redundant try except around volume create"
  - Remove redundant try except around volume create
    
    The cinder volume create call was moved to the cinder_utils
    module to keep the driver code cleaner with commit[1].
    A decorator was also added to handle NotFound exception which
    made the existing try/except block redundant.
    Also the current try/except block has misleading messages:
    
    1) "Invalid volume type configured"
    2) "Failed to create image-volume due to invalid
       `cinder_volume_type` configured."
    
    A volume create could fail because of many reasons and "invalid
    volume type" is just one of them. These messages will confuse
    the operators even if the configured volume type is correct.
    This patch removes them since the NotFound exception is already
    handled at[2] and the messages are misleading.
    
    [1] 1178f113c4fc3f5f0938f3dcc608cea4a73adb7f
    [2] c0c4969a4a/glance_store/common/cinder_utils.py (L37)
    
    Change-Id: I39c9caec85f574fc717e60f11e5681860a20ed30
This commit is contained in:
Zuul 2022-05-05 15:51:56 +00:00 committed by Gerrit Code Review
parent 4446eed5ae
commit daa17dba68
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 111a7a14b0bca5bfb0c2d07439c2c0fa82821656
Subproject commit aac2a83df6ab96718efff82509ceb4a85a632d90