python-cyborgclient
python-cyborgclient is a python bindings to the OpenStack Cyborg API. There’s a command-line interface via the OpenStack client plugin. The client implements the OpenStack Cyborg v2 API.
See the OpenStack CLI Reference for information on how to use the OpenStack client with the accelerator plugin. 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 plugin for the openstack command-line tool that you can use to interact with the OpenStack Cyborg API.
You’ll need to provide your OpenStack username and password. You can do this with the --os-username, --os-password and --os-project-name params, but it’s easier to just set them as environment variables:
export OS_USERNAME=openstack export OS_PASSWORD=yadayada export OS_PROJECT_NAME=myproject
You will also need to define the authentication url with --os-auth-url. 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
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 accelerator commands by running openstack accelerator --help
Python API
The Python API is provided through the OpenStack SDK.
See release notes and more at https://docs.openstack.org/python-cyborgclient/latest/.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_cyborgclient-3.0.0.tar.gz.
File metadata
- Download URL: python_cyborgclient-3.0.0.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dbfc403a1ef5fba511c8793c2df1f40efcaeb2de75740619b568f2905259232
|
|
| MD5 |
55cda9dc85f11b2929d60fa44a39d0fe
|
|
| BLAKE2b-256 |
631872e4b601be82819a8d75c8c2dbf157c3fcdbb9dc255ccd62dc74f6eb4ac7
|
File details
Details for the file python_cyborgclient-3.0.0-py3-none-any.whl.
File metadata
- Download URL: python_cyborgclient-3.0.0-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb26bc0d2327958e47d9552c222450389258edd06ca62720e492e5a80f4cbc7b
|
|
| MD5 |
1c6f0eab31e9a8a2471aa6864b4796c1
|
|
| BLAKE2b-256 |
21d96c3b735e83763620b9ce588e93edcfa6c94177b3e9d40b6659396bf7789e
|