Python client for cyborg API
Project description
python-cyborgclient
python-cyborgclient is a python bindings to the OpenStack Cyborg API. There’s a Python API (the cyborgclient module), and a command-line script (cyborg). Each implements 100% of the OpenStack Cyborg API.
See the OpenStack CLI Reference for information on how to use the cyborg command-line tool. You may also want to look at the OpenStack API documentation.
The project is hosted on Launchpad, where bugs can be filed. The code is hosted on OpenStack. Patches must be submitted using Gerrit.
This code is a fork of Jacobian’s python-cloudservers. If you need API support for the Rackspace API solely or the BSD license, you should use that repository. python-cyborgclient is licensed under the Apache License like the rest of OpenStack.
License: Apache License, Version 2.0
PyPi - package installation
Blueprints - feature specifications
Bugs - issue tracking
Command-line API
Installing this package gets you a shell command, cyborg, that you can use to interact with any Rackspace compatible API (including OpenStack).
You’ll need to provide your OpenStack username and password. You can do this with the --os-username, --os-password and --os-tenant-name params, but it’s easier to just set them as environment variables:
export OS_USERNAME=openstack export OS_PASSWORD=yadayada export OS_TENANT_NAME=myproject
You will also need to define the authentication url with --os-auth-url and the version of the API with --os-accelerator-api-version. Or set them as environment variables as well, OS_ACCELERATOR_API_VERSION=1. If you are using Keystone, you need to set the OS_AUTH_URL to the keystone endpoint:
export OS_AUTH_URL=http://controller:5000/v3 export OS_ACCELERATOR_API_VERSION=1
Since Keystone can return multiple regions in the Service Catalog, you can specify the one you want with --os-region-name (or export OS_REGION_NAME). It defaults to the first in the list returned.
You’ll find complete documentation on the shell by running cyborg help
Python API
There’s also a complete Python API, but it has not yet been documented.
Quick-start using keystone:
# pass auth plugin and session to Client init. # service_parameters contains servive_name, service_type, interface and # region name. >>> from cyborgclient.v1 import client >>> nt = client.Client(auth=auth,session=_SESSION,**service_parameters) >>> nt.accelerators.list() [...]
See release notes and more at https://docs.openstack.org/python-cyborgclient/latest/.
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
Built Distribution
Hashes for python-cyborgclient-2.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6647981bd431f6b4a21587d3345e008ced06af7ca1f3681243039d9ef1385812 |
|
MD5 | e1207f2ac67f7c5e13aba49d8e48fe8a |
|
BLAKE2b-256 | ecd883e2fc7bbe505fcc04cbaba94670de1c3629b1968cb428c95fe32014b0bb |
Hashes for python_cyborgclient-2.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f7940b2607b2f01448bb5d74b638a1f15c696481a7faf905b001a3746f2ee4e |
|
MD5 | 85a9eab2aaacfc9983239bc245b973d0 |
|
BLAKE2b-256 | c88f1291c6497fccef300f4b46a75772b69b9b5ae5a1c5235ed67d9d898bf40e |