Merge "Needn't separately process start_zun_compute"
This commit is contained in:
commit
d2eb42646f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user