Update git submodules

* Update tempest from branch 'master'
  to ef8e054b6b53b393086deb43127195a48107220f
  - Make import wait check for store status
    
    During a glance import, if we fail, we are not going to change the
    state of the image in all cases, and definitely not to 'active'.
    Thus waiting for active just means we keep polling a broken image
    for a long time, wasting resources. We should also be checking the
    list of failed stores, and if something pops in there, abort right
    then and there.
    
    This patch makes us use the wait_for_image_imported_to_stores()
    waiter, and modifies it to not look at image['stores'] if no
    stores are provided. In the case where we don't have multistore
    support enabled, we won't be able to know that the import failed
    until we time out, but otherwise we will (barring a glance bug for
    which I also have a fix). This also makes the waiter not fail on
    KeyError if os_glance_failed_import is not present on the image,
    as would be the case if used when stores are not enabled.
    
    Note that I'm doing this because sometimes web-download fails in the
    gate due to a timeout trying to pull our http_image and we just keep
    looping until our own timeout instead of noticing. It also means
    we just report "never reached active state" instead of what we know
    to be true, which is that import failed.
    
    Change-Id: Ie0569b84dd1c397a79d13af609bf23db52a2dfc8
This commit is contained in:
Dan Smith 2021-02-09 01:23:57 -08:00 committed by Gerrit Code Review
parent 96a27e7a59
commit 3ce09d906a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1b0cddc90df0d0736e1d7ae63feef3b801ffdbe1
Subproject commit ef8e054b6b53b393086deb43127195a48107220f