Update git submodules

* Update glance_store from branch 'master'
  to 16b9d1f7adc503c4ed1108135a4ef4437abf7fa5
  - Merge "Correct attachment_complete call"
  - Correct attachment_complete call
    
    Cinder's attachment_complete API is called to mark the volume from
    "attaching" state to "in-use" state stating that the volume is
    ready to use.
    In the current code, attachment_complete is called before the
    brick connection is complete. This should be done after the
    connection to brick is successful and we have a volume path
    to write the image into. This patch corrects the behavior.
    
    The wrong sequence of execution won't have any issues functionally
    since we open the volume after all steps are completed but flow
    wise it is incorrect.
    This change won't have any end user impact.
    
    Change-Id: Ia9652a4ff6d7efbabb58511f0ce93a87b3a4dfa8
This commit is contained in:
Zuul 2022-01-07 16:49:04 +00:00 committed by Gerrit Code Review
parent baeeb56ffa
commit d31fa54588
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit bd8c0ac6395119b8e197fab96bcf43b8abc8286f
Subproject commit 16b9d1f7adc503c4ed1108135a4ef4437abf7fa5