Remove "and started" from message text
This is not necessarily the case.
This commit is contained in:
parent
bc49b5eca2
commit
d8689e6eaa
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue