Comment 19 for bug 1940068

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/804863
Committed: https://opendev.org/openstack/tripleo-common/commit/69e5827ec6adfb0e436933bc8e03885f6254b098
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 69e5827ec6adfb0e436933bc8e03885f6254b098
Author: Cédric Jeanneret <email address hidden>
Date: Tue Aug 17 11:51:20 2021 +0200

    Remove now useless sudo call for port check

    Back then, the "sudo" was needed because healthchecks were running as
    root, using a paunch created systemd unit/timer calling "podman exec
    --user root".

    Now that we're using native healthchecks, we can get rid of the sudo
    call, since it's already using as the intended user.

    Closes-Bug: #1940068

    Change-Id: I7eaabc91005952aa956456944c46224f08f4c7f8
    (cherry picked from commit 36a7a4d093470ffe5d970cc288da292714b48f2a)