Remove unused find_customization method

This commit is contained in:
Scott Schneider 2013-11-21 14:44:15 -08:00
parent 4f64355241
commit f9e2c30e29

View file

@ -20,18 +20,6 @@ class VsphereHelper
:insecure => true :insecure => true
end end
def find_customization name
csm = @connection.serviceContent.customizationSpecManager
begin
customizationSpec = csm.GetCustomizationSpec({:name => name}).spec
rescue
customizationSpec = nil
end
return customizationSpec
end
# an easier wrapper around the horrid PropertyCollector interface, # an easier wrapper around the horrid PropertyCollector interface,
# necessary for searching VMs in all Datacenters that may be nested # necessary for searching VMs in all Datacenters that may be nested
# within folders of arbitrary depth # within folders of arbitrary depth