Merge "Fix nova-virtlogd container healthcheck"

This commit is contained in:
Zuul 2020-05-30 02:43:52 +00:00 committed by Gerrit Code Review
commit bff819ebe2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
process=$1
socket='/var/run/libvirt/virtlogd-sock'
socket='/run/libvirt/virtlogd-sock'
if [[ $process == "virtlogd" ]]; then
healthcheck_socket $process $socket
exit $?