Skip to content

Commit

Permalink
B #4978: Request all VMs with oneadmin USE access
Browse files Browse the repository at this point in the history
not just the ones owned by oneadmin

(cherry picked from commit e8b8afd)
  • Loading branch information
tinova committed Jul 14, 2020
1 parent 76ce056 commit b6228d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/im_mad/remotes/lib/vcenter_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def vcenter_vms_state
view.DestroyView

vmpool = OpenNebula::VirtualMachinePool.new(@onec)
rc = vmpool.info
rc = vmpool.info(-2)

return {} if OpenNebula.is_error?(rc)

Expand Down

0 comments on commit b6228d9

Please sign in to comment.