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:
Zuul 2026-01-05 09:20:51 +00:00 committed by Gerrit Code Review
parent 1b452982c0
commit fccbd8fd7d

@ -1 +1 @@
Subproject commit 5dc82b8489e1d2c40dc21ac3a60c566c0920ef97
Subproject commit b86a5075da207ae4d90c824c0361cef3cd9e9e10