mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-23 22:55:23 +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…
Reference in a new issue