From 2461941421ca58b9d839bc535e9742161454a1a3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 29 Nov 2021 16:42:26 -0500 Subject: [PATCH] Remove "and started" from message text This is not necessarily the case. --- api-daemon/pvcapid/provisioner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-daemon/pvcapid/provisioner.py b/api-daemon/pvcapid/provisioner.py index dc39624a..9414f47b 100755 --- a/api-daemon/pvcapid/provisioner.py +++ b/api-daemon/pvcapid/provisioner.py @@ -2086,7 +2086,7 @@ def create_vm( del zkhandler return { - "status": 'VM "{}" with profile "{}" has been provisioned and started successfully'.format( + "status": 'VM "{}" with profile "{}" has been provisioned successfully'.format( vm_name, vm_profile ), "current": 10,