1
0
Fork 0
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:
Sergio Rubio 2013-01-04 22:29:38 +01:00
parent 9808b08541
commit 31f7883453

View file

@ -13,6 +13,7 @@ module Fog
attribute :uuid
attribute :__host, :aliases => :host
attribute :__sr, :aliases => :SR
attribute :currently_attached
def sr
connection.storage_repositories.get __sr