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:
parent
e38b82666a
commit
1c6d62fc2f
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ module Fog
|
|||
end
|
||||
|
||||
def stopped?
|
||||
state == "shutdown"
|
||||
state == "shutoff"
|
||||
end
|
||||
|
||||
def ready?
|
||||
|
|
Loading…
Reference in a new issue