From 5d3699569cc51498aec49d3d47745f2e5db1df46 Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Mon, 26 Sep 2011 14:12:19 +0200 Subject: [PATCH] [vcloud|compute] remove server from organizations as they are within vApps of vDC --- lib/fog/vcloud/models/compute/organization.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/fog/vcloud/models/compute/organization.rb b/lib/fog/vcloud/models/compute/organization.rb index 70b012de5..bac01b8a5 100644 --- a/lib/fog/vcloud/models/compute/organization.rb +++ b/lib/fog/vcloud/models/compute/organization.rb @@ -18,12 +18,6 @@ module Fog :href => href ) end - def servers - @servers ||= Fog::Vcloud::Compute::Servers. - new( :connection => connection, - :href => href ) - end - def tasks load_unless_loaded! @tasks ||= Fog::Vcloud::Compute::Tasks.