1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Feature #1739: Do not set last_poll when a VM is deployed

This commit is contained in:
Carlos Martín 2013-02-12 16:22:16 +01:00
parent 1a9600a6bb
commit 547505a92d

View File

@ -206,12 +206,10 @@ void VirtualMachineManagerDriver::protocol(
if (result == "SUCCESS")
{
string deploy_id;
time_t thetime = time(0);
is >> deploy_id;
vm->update_info(deploy_id);
vm->set_last_poll(thetime);
vmpool->update(vm);