Merge "Fix $LOGDIR owner to be stack.stack"

This commit is contained in:
Zuul 2023-09-05 16:50:32 +00:00 committed by Gerrit Code Review
commit d51a6b9a11

View File

@ -350,7 +350,9 @@ fi
# Destination path for devstack logs
if [[ -n ${LOGDIR:-} ]]; then
mkdir -p $LOGDIR
sudo mkdir -p $LOGDIR
safe_chown -R $STACK_USER $LOGDIR
safe_chmod 0755 $LOGDIR
fi
# Destination path for service data