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

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

This reverts commit a26667528d34b6fca5e8ebe2b98edf467d19cdfd.
This commit is contained in:
Tino Vazquez 2022-05-25 19:13:05 +02:00
parent ef51e3876f
commit 0ef457efb7
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

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