Merge "Needn't separately process start_zun_compute"

This commit is contained in:
Jenkins 2017-09-12 10:21:33 +00:00 committed by Gerrit Code Review
commit d2eb42646f

View File

@ -367,11 +367,7 @@ function start_zun_api {
# start_zun_compute() - Start Zun compute agent
function start_zun_compute {
echo "Start zun compute..."
if [[ ${ZUN_DRIVER} == "docker" || ${ZUN_DRIVER} == "nova-docker" ]]; then
run_process zun-compute "$ZUN_BIN_DIR/zun-compute"
else
run_process zun-compute "$ZUN_BIN_DIR/zun-compute"
fi
}
function start_zun_etcd {