Default to open ended listen with the password protection

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9483 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-05-03 19:54:08 +00:00
parent ba6fd43881
commit f52224c4bb

View File

@ -627,6 +627,7 @@ sub build_xmldesc {
$xtree{devices}->{graphics}->{type}='vnc';
}
$xtree{devices}->{graphics}->{autoport}='yes';
$xtree{devices}->{graphics}->{listen}='0.0.0.0';
$xtree{devices}->{graphics}->{password}=genpassword(16);
$xtree{devices}->{sound}->{model}='ac97';