Remove deprecated tail_log function

This function has been deprecated for a long time, let's finally
remove it. It is only generating a warning anyway.

Change-Id: I0f69076ef7c288c113f4e7739c7e12fcfb11d91d
This commit is contained in:
Eyal 2020-11-24 09:15:50 +02:00
parent 0e18e2aa2b
commit 960428ca78
1 changed files with 0 additions and 4 deletions

View File

@ -298,10 +298,6 @@ function start_heat {
enable_apache_site heat-api
enable_apache_site heat-api-cfn
restart_apache_server
tail_log heat-api /var/log/$APACHE_NAME/heat_api.log
tail_log heat-api-access /var/log/$APACHE_NAME/heat_api_access.log
tail_log heat-api-cfn /var/log/$APACHE_NAME/heat_api_cfn.log
tail_log heat-api-cfn-access /var/log/$APACHE_NAME/heat_api_cfn_access.log
else
run_process h-api "$HEAT_BIN_DIR/uwsgi --ini $HEAT_API_UWSGI_CONF" ""
run_process h-api-cfn "$HEAT_BIN_DIR/uwsgi --ini $HEAT_CFN_API_UWSGI_CONF" ""