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:
parent
1c727dd689
commit
5d3699569c
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue