mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
B #4978: Request all VMs with oneadmin USE access
not just the ones owned by oneadmin (cherry picked from commit e8b8afd80401fbbf7d201302b999083be70b580e)
This commit is contained in:
parent
76ce0564c1
commit
b6228d90c5
@ -241,7 +241,7 @@ class Cluster
|
||||
view.DestroyView
|
||||
|
||||
vmpool = OpenNebula::VirtualMachinePool.new(@onec)
|
||||
rc = vmpool.info
|
||||
rc = vmpool.info(-2)
|
||||
|
||||
return {} if OpenNebula.is_error?(rc)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user