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

Merge branch 'bug-1165'

This commit is contained in:
Javi Fontan 2012-04-03 19:36:54 +02:00
commit 97f96430c0

View File

@ -172,7 +172,7 @@ private
when *%w{running blocked shutdown dying idle}
'a'
when 'paused'
'p'
'-'
when 'crashed'
'e'
else
@ -242,7 +242,7 @@ module XEN
when *%w{r b s d}
'a'
when 'p'
'p'
'-'
when 'c'
'e'
else