mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-11 19:56:55 +00:00
Update git submodules
* Update masakari-monitors from branch 'master'
to b86a5075da207ae4d90c824c0361cef3cd9e9e10
- Merge "Get rid of map in checkGuests"
- Get rid of map in checkGuests
map is a generator in py3, so using it will lead to late resolve of
domain id to domain, that may fail the whole 'for' cycle when some
domain is deleted before its id is resolved, and thus leave those
domains that were after the failed one in the list of ids unchecked.
Instead of using map, just keep iterating over the initial list of domain ids,
resolving domain from id one by one in the 'for' cycle, ignoring
libvirt errors and thus skipping no longer existing domains.
Change-Id: I76c594828bc6e985c65e7bbf2b1274e5ae545a2b
Signed-off-by: Pavlo Shchelokovskyy <shchelokovskyy@gmail.com>
This commit is contained in:
parent
1b452982c0
commit
fccbd8fd7d
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 5dc82b8489e1d2c40dc21ac3a60c566c0920ef97
|
||||
Subproject commit b86a5075da207ae4d90c824c0361cef3cd9e9e10
|
||||
Loading…
Add table
Reference in a new issue