Update git submodules

* Update glance from branch 'master'
  - Merge "Poll for final state on test_copy_image_revert_lifecycle()"
  - Poll for final state on test_copy_image_revert_lifecycle()
    
    This test currently simulates failure by pre-deleting the store
    directory for 'file3' which is the second of a two-store import
    operation. The goal is to assert that the later failure reverts
    the import of the earlier 'file2' store. However, the way the
    polling loop works is that we break out once 'file2' has completed,
    and then assume that 'file3' has already failed and reverted.
    This is a race, and one we're losing consistently in CI.
    
    This patch waits for the failure of 'file3' to be reported, as
    well as the revert of 'file2' to occur before exiting the polling
    loop and checking the final state of things to ensure that the
    revert has actually happened. This addresses the non-determinism
    inherent in the original test.
    
    Change-Id: I11c7edaefc96236d2757acfb70d9c338c0f51348
This commit is contained in:
Zuul 2020-08-18 22:18:45 +00:00 committed by Gerrit Code Review
parent 0bb156a90d
commit 5c4fa46263
1 changed files with 1 additions and 1 deletions

2
glance

@ -1 +1 @@
Subproject commit f32eb7d8d92887c4879279fcf7bebc198583d3e6
Subproject commit 1580b4d82105381541ffdb1f1609383c2a2da636