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:
parent
bfcef092f8
commit
37b5e28cf8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user