blob: 89888d5f1d478f10bab6ad5dd70dbf23057257fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
This is a client for the OpenStack Cinder API. There's a Python API (the
cinderclient module), and a command-line script (cinder). Each implements 100%
of the OpenStack Cinder API.
See the OpenStack CLI Reference for information on how to use the cinder
command-line tool. You may also want to look at the OpenStack API documentation.
WWW: https://docs.openstack.org/python-cinderclient/latest/
WWW: https://github.com/openstack/python-cinderclient
|