Merge "Devstack take up screen of freezer"

This commit is contained in:
Jenkins 2017-02-02 14:30:23 +00:00 committed by Gerrit Code Review
commit 7575366c77

View File

@ -156,7 +156,7 @@ function start_freezer_api {
elif [[ "${FREEZER_API_SERVER_TYPE}" == "apache2" ]]; then
enable_apache_site freezer-api
restart_apache_server
tail_log freezer /var/log/$APACHE_NAME/freezer-api.log
tail_log freezer-api /var/log/$APACHE_NAME/freezer-api.log
tail_log freezer-access /var/log/$APACHE_NAME/freezer-api_access.log
fi
}