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

M #-: Fix Attach auth operation

(cherry picked from commit e1ea0b79681fba667b6c110e0be260f3e3b35f6b)
This commit is contained in:
Ruben S. Montero 2021-02-10 18:11:42 +00:00
parent bfcef092f8
commit 37b5e28cf8
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -221,7 +221,6 @@ public:
"Attaches a new disk to the virtual machine",
"A:sis")
{
auth_op = AuthRequest::USE_NO_LCK;
vm_action = VMActions::DISK_ATTACH_ACTION;
}
@ -254,7 +253,6 @@ public:
"Detaches a disk from a virtual machine",
"A:sii")
{
auth_op = AuthRequest::USE_NO_LCK;
vm_action = VMActions::DISK_DETACH_ACTION;
}