From 31f7883453e715885ff5bd2e1b4dad7c1554c38b Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Fri, 4 Jan 2013 22:29:38 +0100 Subject: [PATCH] [xenserver] add missing PBD 'currently_attached' attribute --- lib/fog/xenserver/models/compute/pbd.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/xenserver/models/compute/pbd.rb b/lib/fog/xenserver/models/compute/pbd.rb index 18aa790f0..7130c9103 100644 --- a/lib/fog/xenserver/models/compute/pbd.rb +++ b/lib/fog/xenserver/models/compute/pbd.rb @@ -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