Skip to main content

Python bindings and command line utility for the OrionVM IaaS platform

Project description

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(‘user@example.com’, ‘password!’) vms = api.vm_pool()

for vm in vms:

print “%(hostname)st%(ram)d” % vm


OrionVM offers full support for ovm-ctl with regards to HVM based images

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovm_ctl-0.4.4.3.tar.gz (33.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page