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 d0881ca4d3
commit a02f63eadc
5 changed files with 71 additions and 71 deletions

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'],