minor fix
This commit is contained in:
parent
75156d2c00
commit
852c1228ba
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
||||||
response['text'] = ugettext(
|
response['text'] = ugettext(
|
||||||
'Error terminating VM') + opennebula_vm_id
|
'Error terminating VM') + opennebula_vm_id
|
||||||
else:
|
else:
|
||||||
for t in range(150):
|
for t in range(50):
|
||||||
try:
|
try:
|
||||||
manager.get_vm(self.kwargs.get('pk'))
|
manager.get_vm(self.kwargs.get('pk'))
|
||||||
except BaseException:
|
except BaseException:
|
||||||
|
|
Loading…
Reference in a new issue