devstack: do not wait for service

There's no need to wait.

Change-Id: I047d5e074d3e45f48e7bfc62c9e72cbb1e798f59
This commit is contained in:
Julien Danjou 2016-06-28 17:38:30 +02:00
parent 1c998a2866
commit 69b2b5682b
1 changed files with 0 additions and 8 deletions

View File

@ -219,14 +219,6 @@ function start_panko {
tail_log panko /var/log/$APACHE_NAME/panko.log
tail_log panko-api /var/log/$APACHE_NAME/panko_access.log
fi
# Only die on API if it was actually intended to be turned on
if is_service_enabled panko-api; then
echo "Waiting for panko-api to start..."
if ! wait_for_service $SERVICE_TIMEOUT $(panko_service_url)/v2/; then
die $LINENO "panko-api did not start"
fi
fi
}
# stop_panko() - Stop running processes