Skip to content

Commit

Permalink
Merge pull request #42 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Jan 17, 2019
2 parents b3c9097 + fda7948 commit 06a2894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ The :program:`im_client` is called like this:
Stop (but not remove) the specified virtual machine ``vmId`` associated to the infrastructure with ID
infrastructure with ID ``infId``.

``rebootvm <infId> <vmId>``
Reboot the specified virtual machine ``vmId`` associated to the infrastructure with ID
infrastructure with ID ``infId``.

``sshvm <infId> <vmId> [show_only]``
Connect with SSH with the specified virtual machine ``vmId`` associated to the infrastructure with ID
infrastructure with ID ``infId``.
Expand Down
1 change: 1 addition & 0 deletions im_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ def get_parser():
parser.add_operation_help('reconfigure', '<inf_id> [<radl_file>] [vm_list]')
parser.add_operation_help('startvm', '<inf_id> <vm_id>')
parser.add_operation_help('stopvm', '<inf_id> <vm_id>')
parser.add_operation_help('rebootvm', '<inf_id> <vm_id>')
parser.add_operation_help('sshvm', '<inf_id> <vm_id> [show_only]')
parser.add_operation_help('export', '<inf_id> [delete]')
parser.add_operation_help('import', '<json_file>')
Expand Down

0 comments on commit 06a2894

Please sign in to comment.