Update git submodules

* Update ironic from branch 'master'
  to a42f23f47581b6b7e32a6e591e48baa65cbe8adf
  - Merge "Don't create a hardlink to a symlink when handling file:// URLs"
  - Don't create a hardlink to a symlink when handling file:// URLs
    
    While os.link is supposed to follow symlinks, it's actually broken [1]
    on Linux. As a result, Ironic may end up creating a hard link to
    a symlink. If the symlink is relative, chances are high accessing the
    resulting file will cause a FileNotFoundError.
    
    [1] https://github.com/python/cpython/issues/81793
    
    Change-Id: Ic52f0ddb0c94410dd854ee525e3c57b2e78ea84d
This commit is contained in:
Zuul 2024-01-20 00:23:34 +00:00 committed by Gerrit Code Review
parent f4ed707442
commit 884318cbf0
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit a374a0c123be83819a605391352ee7f66da35a7b
Subproject commit a42f23f47581b6b7e32a6e591e48baa65cbe8adf