Comment by schegi for In regards of RDO Kilo , manual update of libvirt.xml...
We tried this for Juno and it just worked fine. But if libvirts xml VM declarations are rebuild after reboot, perfect then just switching from vnc to spice in the nova.conf should be sufficient.
View ArticleAnswer by dbaxps for Hi, we currently switched from VNC to SPICE as concole...
In regards of RDO Kilo , manual update of libvirt.xml doesn't make any sense. Libvirt.xml will be regenerated according classes and methods defined in virt/libvirt/config.py and virt/libvirt/driver.py...
View ArticleAnswer by Alen Komljen for Hi, we currently switched from VNC to SPICE as...
To rebuild instance xml file you could reboot hard the instance with following command: ``` nova reboot --hard VM_NAME ``` I can confirm that this works for OpenStack Icehouse release.
View ArticleComment by schegi for Hi, we currently switched from VNC to SPICE as concole...
If your are trying to do this you have to edit the Instance declaration .xml file using virsh edit. Otherwise you'll have do redefine the VM after the edit.
View ArticleSwitching from VNC to SPICE console
Hi, we currently switched from VNC to SPICE as concole used by nova. During this, we encountered the issue that the remote console type is defined on instance creation and switching the supported...
View Article