Bindings for XMLRPC OpenNebula Cloud API
Project description
- Version:
- 0.2
About
Bindings for XMLRPC OpenNebula Cloud API
Documentation
see http://lukaszo.github.com/python-oca/index.html and http://www.opennebula.org/documentation:rel2.0:api
All allocate functions are implemented as static methods.
Examples
Allocating new host:
client = oca.Client('user:password', 'http:12.12.12.12:2633/RPC2') new_host_id = oca.Host.allocate(client, 'host_name', 'im_xen', 'vmm_xen', 'tm_nfs') hostpool = oca.HostPool(client) hostpool.info() vm = hostpool.get_by_id(new_host_id) print vm.name, vm.str_state
License
OCA is under Apache Software License
Features
Each Pool class has now get_by_id and get_by_name methods
Templates are now stored in Template class and are available by template varialbe
0.1 (2010-12-08)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
oca-0.2.0.tar.gz
(7.2 kB
view details)
File details
Details for the file oca-0.2.0.tar.gz
.
File metadata
- Download URL: oca-0.2.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9755f8e635adbf3eeb8fc9b395ca8c416f29392a5a0c859a81cb9c814088bbf2 |
|
MD5 | 7731775e1c40a2def60608a0eef77a5e |
|
BLAKE2b-256 | cdb75de1a52b5c934a224a176c340c0edc99290f939fb8f851260e2fbf65c3e2 |