Comment 1 for bug 1688066

Revision history for this message
Vladimir Burlakov (boboba) wrote :

Hi, you can change xml definition at your discretion, just modify 'DOM_TEMPLATE' variable in:
    /usr/lib/python3/dist-packages/provisioningserver/drivers/pod/virsh.py
by adding f.e:
    <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/>

and then restart maas services:
    $ sudo systemctl restart maas-regiond.service
    $ sudo systemctl restart maas-rackd.service

i think that's will OK for debugging purpose..

ps:
i'm stuck on the same issue.. so maybe it make sense to add such functionality to web ui?