Update git submodules

* Update ironic from branch 'master'
  to 54da32490089b56ae7177172638899526c050388
  - Merge "DB: Fix result set locking with periodics"
  - DB: Fix result set locking with periodics
    
    An issue previously existed where periodics would cause an open
    transaction to exist with the database which would cause issues
    when attempting to write to the database.
    
    This issue has been fixed by assembling the data to return to
    the calling method, such that an open transaction does not
    remain, by copying the data retrieved from the database,
    thus disjointing it from the transaction.
    
    Closes-Bug: #2027405
    Change-Id: I6401193b04fd3be78c37433bfdd0ccbd92aac8da
This commit is contained in:
Zuul 2023-07-13 12:21:58 +00:00 committed by Gerrit Code Review
parent 9b2b3a70c0
commit 35945e34bf
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit e2273d2b813513872e16d28b504446ea3fffa14c
Subproject commit 54da32490089b56ae7177172638899526c050388