Remove "and started" from message text

This is not necessarily the case.
This commit is contained in:
Joshua Boniface 2021-11-29 16:42:26 -05:00
parent bc49b5eca2
commit d8689e6eaa
1 changed files with 1 additions and 1 deletions

View File

@ -2086,7 +2086,7 @@ def create_vm(
del zkhandler del zkhandler
return { 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 vm_name, vm_profile
), ),
"current": 10, "current": 10,