1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fixes libvirt wrong state check

This commit is contained in:
Ohad Levy 2012-01-25 14:31:33 +02:00 committed by Ohad Levy
parent e38b82666a
commit 1c6d62fc2f

View file

@ -230,7 +230,7 @@ module Fog
end
def stopped?
state == "shutdown"
state == "shutoff"
end
def ready?