*explicitly* don't do template in first stage of cloning to new master

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9441 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-04-30 17:25:59 +00:00
parent 0eb5073dcc
commit f88f8cae5b

View File

@ -2183,7 +2183,7 @@ sub promote_vm_to_master {
);
my $clonespec = VirtualMachineCloneSpec->new(
location=>$relocatespec,
#template=>1, #can't go straight to template, need to clone, then snap, then templatify
template=>0, #can't go straight to template, need to clone, then snap, then templatify
powerOn=>0
);