Merge "Bug Fix : Tacker server can't restart when host reboot"

This commit is contained in:
Zuul 2018-06-20 06:30:48 +00:00 committed by Gerrit Code Review
commit fd0600a80f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function start_tacker {
run_process tacker-conductor "$TACKER_BIN_DIR/tacker-conductor $cfg_file_options"
# Start the Tacker service
sudo cp $TACKER_DIR/etc/systemd/system/tacker.service /etc/systemd/system/devstack@tacker.service
sudo systemctl daemon-reload
sudo systemctl enable devstack@tacker.service
sudo systemctl restart devstack@tacker.service
echo "Waiting for Tacker to start..."
if ! timeout $SERVICE_TIMEOUT sh -c "while ! wget --no-proxy -q -O- $service_protocol://$TACKER_HOST:$service_port; do sleep 1; done"; then