1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

3 commits

Author SHA1 Message Date
tipt0e
831546ca54 Fog::Vsphere::Compute - misspelled method 'get_vm_by_ref' in vm_reconfig_hardware
Method 'get_vm_by_ref' should be 'get_vm_ref' in vm_reconfig_hardware.rb, when run by default it returns 'NoMethodError' for 'get_vm_by_ref' because it doesn't exist anywhere.
2013-02-18 15:13:12 -08:00
Ohad Levy
b70e972a58 VMWare vsphere provider refactor
missing:
- new model tests
- templates model
- clone

this patch includes a lot of changes and cleanups, exposing more fog
collections/models and rewriting most requests
it includes valuable feedback from endzyme <nick.huanca@gmail.com>
2012-11-14 15:31:02 +02:00
Eric Stonfer
68c18a9ec3 add vm reconfiguration functions for memory cpu / generic spec 2012-01-31 15:43:48 -05:00