Merge "Remove deprecated tail_log function"

This commit is contained in:
Zuul 2020-11-23 10:24:34 +00:00 committed by Gerrit Code Review
commit 788b6a97f8
3 changed files with 0 additions and 13 deletions

View File

@ -1609,10 +1609,6 @@ function service_check {
}
function tail_log {
deprecated "With the removal of screen support, tail_log is deprecated and will be removed after Queens"
}
# Plugin Functions
# =================

View File

@ -148,7 +148,6 @@ function start_placement_api {
else
enable_apache_site placement-api
restart_apache_server
tail_log placement-api /var/log/$APACHE_NAME/placement-api.log
fi
echo "Waiting for placement-api to start..."

View File

@ -570,14 +570,6 @@ EOF
restart_apache_server
}
# Follow TLS proxy
function follow_tls_proxy {
sudo touch /var/log/$APACHE_NAME/tls-proxy_error.log
tail_log tls-error /var/log/$APACHE_NAME/tls-proxy_error.log
sudo touch /var/log/$APACHE_NAME/tls-proxy_access.log
tail_log tls-proxy /var/log/$APACHE_NAME/tls-proxy_access.log
}
# Cleanup Functions
# =================