mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #3532: Keep information about WILD VMS in host template
This commit is contained in:
parent
217b504460
commit
f4d54779c8
@ -383,6 +383,8 @@ int Host::update_info(Template &tmpl,
|
||||
zombie << zname;
|
||||
}
|
||||
}
|
||||
|
||||
delete *it;
|
||||
}
|
||||
else if (rc == 0) //not ours
|
||||
{
|
||||
@ -401,9 +403,9 @@ int Host::update_info(Template &tmpl,
|
||||
}
|
||||
|
||||
wild << wname;
|
||||
}
|
||||
|
||||
delete *it;
|
||||
obj_template->set(*it);
|
||||
}
|
||||
}
|
||||
|
||||
for(set_it = tmp_lost_vms.begin(); set_it != tmp_lost_vms.end(); set_it++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user