Method: Jupiter::Host#register_vm
- Defined in:
- lib/jupiter/host.rb
#register_vm(vm) ⇒ Object
71 72 73 74 |
# File 'lib/jupiter/host.rb', line 71 def register_vm(vm) ssh.exec!("vim-cmd solo/registervm #{vmpath}/#{vm}/#{vm}.vmx") snapshots_remove(vm) end |