mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POOLER-70) Remove vsphere_helper
In previous commits the code from vsphere_helper is now all moved to the vSphere Provider. This commit removes the vsphere_helper.rb file, spec tests and from being loaded by vmpooler itself.
This commit is contained in:
parent
ba686e3c0a
commit
0aa550f852
3 changed files with 1 additions and 2520 deletions
|
|
@ -12,7 +12,7 @@ module Vmpooler
|
|||
require 'yaml'
|
||||
require 'set'
|
||||
|
||||
%w[api graphite logger pool_manager vsphere_helper statsd dummy_statsd providers].each do |lib|
|
||||
%w[api graphite logger pool_manager statsd dummy_statsd providers].each do |lib|
|
||||
begin
|
||||
require "vmpooler/#{lib}"
|
||||
rescue LoadError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue