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

M #-: fix typo in flow eventmanager (#1335)

This commit is contained in:
Alejandro Huertas Herrero 2021-06-28 09:55:36 +02:00 committed by GitHub
parent 0a2a37f74d
commit ea1f5eab39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,7 +492,7 @@ class EventManager
rc_nodes[:successful][id] = true
elsif h_state == state && h_lcm_state == lcm_state
rc_nodes[:successful][id] = false
elsif SUBSCRIBE_STATES.include?(vm_state)
elsif SUBSCRIBE_STATES.include?(h_state)
rc_nodes[:successful][id] = false
end