Francois Scala created CLOUDSTACK-6301:
------------------------------------------
Summary: kvm : vnc password is disabled when rebooted
Key: CLOUDSTACK-6301
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6301
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: KVM
Affects Versions: 4.2.0
Reporter: Francois Scala
When a VM is rebooted from the cloudstack GUI, the xml recreated without the
vnc password.
Here is the libvirt vnc configuration from a running vm :
<graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'
passwd='a671096d9ecda37e'>
<listen type='address' address='0.0.0.0'/>
</graphics>
The same configuration afger a reboot :
<graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
<listen type='address' address='0.0.0.0'/>
</graphics>
--
This message was sent by Atlassian JIRA
(v6.2#6252)