-
Notifications
You must be signed in to change notification settings - Fork 2
OrionVM Control utilities
License
orionvm/ovm-ctl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ovm-ctl - OrionVM Command Line API Bindings To run, you will require the following: python2 To install, you will require the following: python-setuptools Install: 1. sudo python setup.py install This will install the python bindings, and also the start script (ovm-ctl) will be in your path ovm-ctl can be called as is and used interactively, or it can be called with arguments like e.g. ovm-ctl show vms The webbindings can be used like this ## example.py ## from ovm_ctl.webbindings import apibindings as ovm api = ovm('[email protected]', 'password!') vms = api.vm_pool() for vm in vms: print "%(hostname)s\t%(ram)d" % vm ################ OrionVM offers full support for ovm-ctl with regards to HVM based images
About
OrionVM Control utilities
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published