Method: Jupiter::Host#guestvm
- Defined in:
- lib/jupiter/host.rb
#guestvm(vmname) ⇒ Object
47 48 49 |
# File 'lib/jupiter/host.rb', line 47 def guestvm(vmname) vm = vmhost.find_vm(vmname) or fail "\n\nVirtual Machine was not found. Although its files might exist, it may not be registered on the server. You can register the VM with the following command:\n\njupiter register --guest=#{vmname} --host=#{name}\n\n" end |