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:
parent
0a2a37f74d
commit
ea1f5eab39
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user