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:
parent
d00c821257
commit
fb5c847214
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module Fog
|
|||
|
||||
def off?
|
||||
reload # always ensure we have the correct status
|
||||
status == '2'
|
||||
status == '8'
|
||||
end
|
||||
|
||||
def power_on
|
||||
|
|
Loading…
Add table
Reference in a new issue