mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: Fix Attach auth operation
This commit is contained in:
parent
b9623af769
commit
e1ea0b7968
@ -219,7 +219,6 @@ public:
|
||||
"Attaches a new disk to the virtual machine",
|
||||
"A:sis")
|
||||
{
|
||||
auth_op = AuthRequest::USE_NO_LCK;
|
||||
vm_action = VMActions::DISK_ATTACH_ACTION;
|
||||
}
|
||||
|
||||
@ -252,7 +251,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