[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XEND] Do not delete VNC password from configuration.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxxx # Node ID 50fa06501e54553fda4268d2c904d4984e7b7dec # Parent 3d347263e5d8a5496498a46ddb1662b49bbb016c [XEND] Do not delete VNC password from configuration. Fixes reboot of HVM guest when VNC authentication is in use. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- tools/python/xen/xend/image.py | 6 ------ 1 files changed, 6 deletions(-) diff -r 3d347263e5d8 -r 50fa06501e54 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Fri Oct 27 18:10:37 2006 +0100 +++ b/tools/python/xen/xend/image.py Fri Oct 27 18:15:14 2006 +0100 @@ -361,9 +361,6 @@ class HVMImageHandler(ImageHandler): if nographic: ret.append('-nographic') - # remove password - if vncpasswd_vmconfig: - config.remove(['vncpasswd', vncpasswd_vmconfig]) return ret if vnc: @@ -394,9 +391,6 @@ class HVMImageHandler(ImageHandler): 'VMconfig and xend-config.') if vncpasswd != '': self.vm.storeVm("vncpasswd", vncpasswd) - - # remove password - config.remove(['vncpasswd', vncpasswd_vmconfig]) return ret _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |