Attempt to have a kvm VM protected from start by password on wvid

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9462 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-05-02 19:08:22 +00:00
parent 568137b2ca
commit 6ce2f057cb

View File

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