mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #567] virt-install'd host - can't set console #427
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clark0r on GitHub (Jun 24, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/567
I've used virt-install to setup a new VM with this command:
now i go into the web interface and try and set the console type, when i click "set console type" i get a 500 error and this is produced by webvirtmgr running in a ssh console:
ERROR:django.request:Internal Server Error: /instance/1/james/
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, _callback_args, *_callback_kwargs)
File "/var/www/webvirtmgr/instance/views.py", line 500, in instance
conn.set_console_type(console_type)
File "/var/www/webvirtmgr/vrtManager/instance.py", line 430, in set_console_type
graphic.set('type', console_type)
AttributeError: 'NoneType' object has no attribute 'set'
Any advice?