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:
parent
1a9600a6bb
commit
547505a92d
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user