mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	fix 920739c: instances/views/instance must initialize console_listen_address
				
					
				
			This commit is contained in:
		
							parent
							
								
									464e7bee39
								
							
						
					
					
						commit
						5e8adec424
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -330,6 +330,7 @@ def instance(request, compute_id, vname):
 | 
			
		|||
        console_type = conn.get_console_type()
 | 
			
		||||
        console_port = conn.get_console_port()
 | 
			
		||||
        console_keymap = conn.get_console_keymap()
 | 
			
		||||
        console_listen_address = conn.get_console_listen_addr()
 | 
			
		||||
        snapshots = sorted(conn.get_snapshot(), reverse=True, key=lambda k:k['date'])
 | 
			
		||||
        inst_xml = conn._XMLDesc(VIR_DOMAIN_XML_SECURE)
 | 
			
		||||
        has_managed_save_image = conn.get_managed_save_image()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue