Update git submodules

* Update tripleo-heat-templates from branch 'master'
  to f4d1d830a7c9d2dbf18425ebd8c353043ce89395
  - Merge "Fix kill-script search string to match any "/libpod-""
  - Fix kill-script search string to match any "/libpod-"
    
    In order to find the container hash, the "/proc/$PID/cgroup" file will
    return several lines, some of them with the patterns:
      .*/libpod-<container_ID>.scope
      .*/libpod-conmon-<container_ID>.scope
    
    The search pattern should look for "/libpod-" and the rest of the
    expression will extract the container ID. That will prevent the
    issue reported in the related bug, when the "pids:..." line does
    not contain this information.
    
    Change-Id: I0c017d022fbad9a8f99e5f27a7245f84de483950
    Closes-Bug: #1990990
This commit is contained in:
Zuul 2022-10-05 04:48:38 +00:00 committed by Gerrit Code Review
parent 267e217883
commit 85a97a53af
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 58a4ee67c7c4a179ca72d344b3611e3a6c598d50
Subproject commit f4d1d830a7c9d2dbf18425ebd8c353043ce89395