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:
parent
d74ace5244
commit
522b1327a0
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user