vmpooler/lib
Glenn Sarti fd93c5bea8 (GH-203) Change use of abort to raise in in vsphere_helper.rb
Previously, in `find_vm` and `find_pool` if in an expected object was found the
entire pool manager, and probably API process, will terminate due to the use of
`abort`.  This commit changes the use of abort to raise so that the error can be
trapped  and handled instead of the entire process being shutdown.  This is also
required so that the methods can be tested, otherwise rspec is shutdown
prematurely.
2017-03-17 10:48:32 -07:00
..
vmpooler (GH-203) Change use of abort to raise in in vsphere_helper.rb 2017-03-17 10:48:32 -07:00
vmpooler.rb (POOLER-70) Add initial VM Provider service 2017-03-08 17:14:12 -08:00