Update git submodules

* Update tripleo-common from branch 'master'
  - Merge "Silent file descriptor checks"
  - Silent file descriptor checks
    
    In order to avoid spam in journald, we just get the exit code and let
    the checker output the error message.
    
    Also, correct how we retrieve process in the healthcheck_port and _listen
    functions.
    "ss" doesn't allow to match some processes, like "neutron-l3-agent". We
    therefore use the PID instead, provided by "pgrep".
    The "-d" option of pgrep allow to prepare its output for the "grep -E",
    preventing any need of a loop.
    
    Change-Id: I1555a9b79c954e646fe9ae35272231c581cea03e
    Closes-Bug: #1821782
    Closes-Bug: #1821856
This commit is contained in:
Zuul 2019-03-28 18:47:34 +00:00 committed by Gerrit Code Review
parent 5de562d9e3
commit dd194bdbbe

@ -1 +1 @@
Subproject commit 48b3b1e23eee7fb43c2e8ef32351f752faa14ccc
Subproject commit 02f5c67db03e226e313913daf825062bb65c4045