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

F #6028: onevm nic-update supports PCI

This commit is contained in:
Pavel Czerny 2023-08-22 22:09:12 +02:00 committed by Ruben S. Montero
parent d74ace5244
commit 522b1327a0

View File

@ -2905,14 +2905,6 @@ void VirtualMachineUpdateNic::request_execute(
return;
}
if (nic->is_pci())
{
att.resp_msg = "Action not supported for PCI NIC";
failure_response(ACTION, att);
return;
}
}
else
{