1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-22 17:57:46 +03:00

bug #313: Correct wrong state "pend" to "pending"

This commit is contained in:
Tino Vázquez 2010-08-30 18:19:56 +02:00
parent eb50a56592
commit 6baa875679

View File

@ -49,11 +49,11 @@ class EC2QueryServer < CloudServer
'susp' => :pending,
'done' => :terminated,
'fail' => :terminated,
'prol' => :pend,
'prol' => :pending,
'boot' => :running,
'runn' => :running,
'migr' => :running,
'save' => :pend,
'save' => :pending,
'epil' => :shutdown,
'shut' => :shutdown,
'fail' => :terminated,