1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

feature #4215: Do not generate prolog commands for cloud hosts during

nic_attach.
This commit is contained in:
Ruben S. Montero 2016-02-15 22:33:18 +01:00
parent 3da6446f25
commit d397116db9

View File

@ -2436,7 +2436,7 @@ void VirtualMachineManager::attach_nic_action(
disk = vm->get_context();
if ( disk != 0 )
if (disk != 0 && !vm->get_host_is_cloud())
{
vm_tm_mad = vm->get_tm_mad();