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

M #-: fix minor bug in onecluster helper (#1211)

This commit is contained in:
Alejandro Huertas Herrero 2021-05-12 18:14:18 +02:00 committed by GitHub
parent 19495e364c
commit a94abe5eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ class OneClusterHelper < OpenNebulaHelper::OneHelper
total_ram = 0
used_ram = 0
hosts.each do |h|
[hosts].flatten.each do |h|
h = OpenNebula::Host.new_with_id(h, @client)
h.info!