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

M #~: Minor fix oca module (#2084)

This commit is contained in:
Sergio Betanzos 2022-05-25 18:54:31 +02:00 committed by GitHub
parent 525233222e
commit a26667528d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ module OpenNebula::WaitExt
WAIT = {
OpenNebula::VirtualNetwork => {
:event => lambda {|o, s1, _s2|
"EVENT STATE NET/#{s1}//#{o['ID']}"
"EVENT STATE VNET/#{s1}//#{o['ID']}"
},
:in_state => lambda {|o, s1, _s2|