File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -823,7 +823,7 @@ function start_nova_compute {
823823 run_process n-cpu " $NOVA_BIN_DIR /nova-compute --config-file $compute_cell_conf " $LIBVIRT_GROUP
824824 elif [[ " $VIRT_DRIVER " = ' lxd' ]]; then
825825 run_process n-cpu " $NOVA_BIN_DIR /nova-compute --config-file $compute_cell_conf " $LXD_GROUP
826- elif [[ " $VIRT_DRIVER " = ' docker' ]]; then
826+ elif [[ " $VIRT_DRIVER " = ' docker' || " $VIRT_DRIVER " = ' zun ' ]]; then
827827 run_process n-cpu " $NOVA_BIN_DIR /nova-compute --config-file $compute_cell_conf " $DOCKER_GROUP
828828 elif [[ " $VIRT_DRIVER " = ' fake' ]]; then
829829 local i
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ case "$VIRT_DRIVER" in
573573 lxd)
574574 LXD_GROUP=${LXD_GROUP:- " lxd" }
575575 ;;
576- docker)
576+ docker|zun )
577577 DOCKER_GROUP=${DOCKER_GROUP:- " docker" }
578578 ;;
579579 fake)
You can’t perform that action at this time.
0 commit comments