Update git submodules

* Update ironic-python-agent from branch 'master'
  to a1670753a23a79b6536f67eae9cca154e0ed2e65
  - Merge "Fix failure of bind mount in _install_grub2"
  - Fix failure of bind mount in _install_grub2
    
    When IPA runs _install_grub2, IPA tries to bind mount /dev, /proc and /run
    to <temporal directory path root partition mounted>/{dev,proc,run}.
    However that bind mount fails because there aren't such mount point path
    under temporal directory.
    To fix this failure, this patch add mkdir command before bind mount.
    
    Story: 2010292
    Task: 46273
    Change-Id: I434ce1bf1863ee0f11c4d09918d6d2d8dc065c02
This commit is contained in:
Zuul 2022-10-17 23:46:10 +00:00 committed by Gerrit Code Review
parent 1fc0756c39
commit 81a843857e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 929ae3dd28a8938e05157e8a48983f133ea4b188
Subproject commit a1670753a23a79b6536f67eae9cca154e0ed2e65