fix
This commit is contained in:
parent
8db7ead9e2
commit
61bf158238
1 changed files with 1 additions and 2 deletions
|
@ -973,8 +973,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
|||
|
||||
if not terminated:
|
||||
response['text'] = ugettext(
|
||||
'Error terminating VM') + opennebula_vm_id + '\n' +
|
||||
err
|
||||
'Error terminating VM') + opennebula_vm_id + '\n' + err
|
||||
else:
|
||||
for t in range(15):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue