зеркало из https://github.com/github/fog.git
[vSphere] Support non-clusters setup
This commit is contained in:
Родитель
af6c7c90bc
Коммит
66e5521836
|
@ -19,7 +19,7 @@ module Fog
|
|||
|
||||
def get_raw_clusters_from_folder(folder)
|
||||
folder.childEntity.map do |child_entity|
|
||||
if child_entity.is_a? RbVmomi::VIM::ClusterComputeResource
|
||||
if child_entity.is_a? RbVmomi::VIM::ComputeResource
|
||||
child_entity
|
||||
elsif child_entity.is_a? RbVmomi::VIM::Folder
|
||||
get_raw_clusters_from_folder(child_entity)
|
||||
|
|
Загрузка…
Ссылка в новой задаче