mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3477 from pdilung/high_availability
[ovirt] Implement high availability flag and priority attributes
This commit is contained in:
commit
4a869f551e
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ module Fog
|
|||
attribute :raw
|
||||
attribute :quota
|
||||
attribute :ips
|
||||
attribute :ha
|
||||
attribute :ha_priority
|
||||
|
||||
def ready?
|
||||
!(status =~ /down/i)
|
||||
|
|
Loading…
Reference in a new issue