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

L #-: Linting domain.rb

This commit is contained in:
Tino Vazquez 2020-05-18 17:00:54 +02:00
parent 394a8e1eab
commit 641c01b1d3
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -113,7 +113,8 @@ class BaseDomains
mon_s = ''
@vms.each do |_uuid, vm|
mon_s << "VM = [ ID=\"#{vm[:id]}\", DEPLOY_ID=\"#{vm[:deploy_id]}\","
mon_s << "VM = [ ID=\"#{vm[:id]}\","
mon_s << " DEPLOY_ID=\"#{vm[:deploy_id]}\","
mon_s << " MONITOR=\"#{vm.to_monitor}\"]\n"
end