Changing project name to 'vmpooler'

All instances of 'vmware-host-pooler' and 'vmware_host_pool' changed to
'vmpooler'.
This commit is contained in:
Scott Schneider 2014-02-19 14:08:46 -08:00
parent 4414227fd4
commit da31179e68
5 changed files with 71 additions and 71 deletions

View file

@ -2,7 +2,7 @@ require 'rubygems' unless defined?(Gem)
class Logger
def initialize(
f = '/var/log/vmware-host-pooler.log'
f = '/var/log/vmpooler.log'
)
@file = f
end

View file

@ -11,7 +11,7 @@ class VsphereHelper
Dir.chdir(File.dirname(__FILE__))
config_file = File.expand_path('../vmware-host-pooler.yaml')
config_file = File.expand_path('../vmpooler.yaml')
vsphere = YAML.load_file(config_file)[:vsphere]
@connection = RbVmomi::VIM.connect :host => vsphere['server'],