python3-cinder

Python bindings to the OpenStack Volume API - Python 3.x

Install

All systems
curl cmd.cat/python3-cinder.sh
Debian Debian
apt-get install python3-cinderclient
Ubuntu
apt-get install python3-cinderclient
image/svg+xml Kali Linux
apt-get install python3-cinderclient
Fedora
dnf install python3-cinderclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-cinderclient
Raspbian
apt-get install python3-cinderclient

python3-cinderclient

Python bindings to the OpenStack Volume API - Python 3.x

Cinder is a block storage as service system for the Openstack cloud computing software suite. It is a direct replacement for nova-volume as a separate project. Cinder users LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. This package contains the a client for the OpenStack Volume API. There's a Python API (the "cinderclient" module), and a command-line script ("cinder"). Each implements 100% of the OpenStack Volume API. This package provides the Python 3.x module.