1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[vcloud|compute] remove server from organizations as they are within vApps of vDC

This commit is contained in:
Peter Meier 2011-09-26 14:12:19 +02:00
parent 1c727dd689
commit 5d3699569c

View file

@ -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.