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:
 | 
					        if not terminated:
 | 
				
			||||||
            response['text'] = ugettext(
 | 
					            response['text'] = ugettext(
 | 
				
			||||||
                'Error terminating VM') + opennebula_vm_id + '\n' +
 | 
					                'Error terminating VM') + opennebula_vm_id + '\n' + err
 | 
				
			||||||
                err
 | 
					 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            for t in range(15):
 | 
					            for t in range(15):
 | 
				
			||||||
                try:
 | 
					                try:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue