From fca02238d75670c9972f17f8c9aa6e896257d1e6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 16 Nov 2023 18:06:31 -0500 Subject: [PATCH] Adjust starting text --- api-daemon/pvcapid/vmbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-daemon/pvcapid/vmbuilder.py b/api-daemon/pvcapid/vmbuilder.py index 84cf101f..537e48b9 100755 --- a/api-daemon/pvcapid/vmbuilder.py +++ b/api-daemon/pvcapid/vmbuilder.py @@ -223,7 +223,7 @@ def create_vm( total_stages = 10 start( celery, - f"Starting provisioning of VM '{vm_name}' with profile '{vm_profile}'", + f"Provisioning new VM '{vm_name}' with profile '{vm_profile}'", current=current_stage, total=total_stages, )