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

[vcloud|compute] use correct power status ID for 'off'

This commit is contained in:
Lincoln Stoll 2011-05-26 10:13:05 +10:00
parent d00c821257
commit fb5c847214

View file

@ -42,7 +42,7 @@ module Fog
def off?
reload # always ensure we have the correct status
status == '2'
status == '8'
end
def power_on