Skip to main content

Python client for cyborg API

Project description

Team and repository tags

https://governance.openstack.org/tc/badges/python-cyborgclient.svg

python-cyborgclient

Latest Version

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.

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


Download files

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

Source Distribution

python-cyborgclient-2.2.1.tar.gz (71.4 kB view details)

Uploaded Source

Built Distribution

python_cyborgclient-2.2.1-py3-none-any.whl (93.7 kB view details)

Uploaded Python 3

File details

Details for the file python-cyborgclient-2.2.1.tar.gz.

File metadata

  • Download URL: python-cyborgclient-2.2.1.tar.gz
  • Upload date:
  • Size: 71.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for python-cyborgclient-2.2.1.tar.gz
Algorithm Hash digest
SHA256 6647981bd431f6b4a21587d3345e008ced06af7ca1f3681243039d9ef1385812
MD5 e1207f2ac67f7c5e13aba49d8e48fe8a
BLAKE2b-256 ecd883e2fc7bbe505fcc04cbaba94670de1c3629b1968cb428c95fe32014b0bb

See more details on using hashes here.

Provenance

File details

Details for the file python_cyborgclient-2.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for python_cyborgclient-2.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6f7940b2607b2f01448bb5d74b638a1f15c696481a7faf905b001a3746f2ee4e
MD5 85a9eab2aaacfc9983239bc245b973d0
BLAKE2b-256 c88f1291c6497fccef300f4b46a75772b69b9b5ae5a1c5235ed67d9d898bf40e

See more details on using hashes here.

Provenance

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