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:
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
File details
Details for the file ovm_ctl-0.4.4.3.tar.gz.
File metadata
- Download URL: ovm_ctl-0.4.4.3.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8a36edc69f399c39a20b03b427059d37de7213869cae4bb6df12528d66b01d9
|
|
| MD5 |
017e69f932c37d309e748c0982323d48
|
|
| BLAKE2b-256 |
6719a2c3756ee5e5f188334180cc4ca5c69a1a68e5baf372fd7d7909f3babbb5
|