[vSphere] Support non-clusters setup

This commit is contained in:
Shlomi Zadok 2014-11-12 13:41:28 +02:00
Родитель af6c7c90bc
Коммит 66e5521836
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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