1
0
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:
Ruben S. Montero 2015-03-19 15:39:56 +01:00
parent 217b504460
commit f4d54779c8

View File

@ -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++)