X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Flib_jump_deploy.sh;h=634a933bc8985489750e6b5ae763880ea93e7290;hb=5df649ca9b6d54631f6e386f6e5b61d047839973;hp=3c3256aa05a67b9d008150aa4e735916a1ff8dc2;hpb=5b660398bf5388d24ea8d2bde0f8f1a599739db4;p=fuel.git diff --git a/mcp/scripts/lib_jump_deploy.sh b/mcp/scripts/lib_jump_deploy.sh index 3c3256aa0..634a933bc 100644 --- a/mcp/scripts/lib_jump_deploy.sh +++ b/mcp/scripts/lib_jump_deploy.sh @@ -360,7 +360,7 @@ function create_vms { [ ! -e "${image_dir}/virt-manager" ] || VIRT_PREFIX="${image_dir}/virt-manager/" # shellcheck disable=SC2086 - ${VIRT_PREFIX}virt-install --name "${vnode_data[0]}" \ + ${VIRT_PREFIX}${VIRSH/virsh/virt-install} --name "${vnode_data[0]}" \ ${virt_cpu_args} --accelerate \ ${net_args} \ --ram "${vnode_data[1]}" \