cinder

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

Install

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

python-cinderclient

Python bindings to the OpenStack Volume API - Python 2.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 2.x module.

python2-cinderclient

OpenStack Block Storage API Client Library

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.