Remove tail_log in the devstack plugin script

This function is deprecated and will be removed after Queens.

Change-Id: I780c0ce7fe618bd0cd23194224d8ed14c3723cdc
This commit is contained in:
François Magimel
2018-08-15 17:26:26 +02:00
committed by Martin CAMEY
parent f28a6fae83
commit ae09b39f55

View File

@@ -264,8 +264,6 @@ function start_cloudkitty {
echo_summary "Waiting 15s for cloudkitty-processor to authenticate against keystone before apache is restarted."
sleep 15s
restart_apache_server
tail_log cloudkitty /var/log/$APACHE_NAME/cloudkitty.log
tail_log cloudkitty-api /var/log/$APACHE_NAME/cloudkitty_access.log
fi
echo "Waiting for ck-api ($CLOUDKITTY_SERVICE_HOST:$CLOUDKITTY_SERVICE_PORT) to start..."
if ! wait_for_service $SERVICE_TIMEOUT $CLOUDKITTY_SERVICE_PROTOCOL://$CLOUDKITTY_SERVICE_HOST:$CLOUDKITTY_SERVICE_PORT; then