mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[xenserver] add missing PBD 'currently_attached' attribute
This commit is contained in:
parent
9808b08541
commit
31f7883453
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module Fog
|
||||||
attribute :uuid
|
attribute :uuid
|
||||||
attribute :__host, :aliases => :host
|
attribute :__host, :aliases => :host
|
||||||
attribute :__sr, :aliases => :SR
|
attribute :__sr, :aliases => :SR
|
||||||
|
attribute :currently_attached
|
||||||
|
|
||||||
def sr
|
def sr
|
||||||
connection.storage_repositories.get __sr
|
connection.storage_repositories.get __sr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue