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

B #5846: fix KVM wild VMs monitoring (#2094)

This commit is contained in:
Alejandro Huertas Herrero 2022-05-26 19:43:41 +02:00 committed by GitHub
parent f3927bae25
commit 3b9d74e59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ require_relative '../../../lib/kvm'
KVM.load_conf
begin
puts DomainList.info
puts DomainList.wilds_info
rescue StandardError => e
STDERR.puts e.message
exit(-1)