Remove "and started" from message text
This is not necessarily the case.
This commit is contained in:
parent
68954a79ec
commit
2461941421
|
@ -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