Add install docs for LINSTOR driver dependencies

Depends-On: Icfe13df75440eeaf6f5b1601f629c3230b119bb2
Change-Id: I4eadd5c06eac0b2361e56699385267ea6fb08374
This commit is contained in:
Moritz "WanzenBug" Wanzenböck 2021-02-03 11:35:03 +01:00
parent 24a7834088
commit 5a8326edb8
3 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,16 @@ LINSTOR driver
The LINSTOR driver allows Cinder to use DRBD/LINSTOR instances.
External package installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The driver requires the ``python-linstor`` package for communication with the
LINSTOR Controller. Install the package from PYPI using the following command:
.. code-block:: console
$ python -m pip install python-linstor
Configuration
~~~~~~~~~~~~~

View File

@ -49,3 +49,6 @@ dfs_sdk>=1.2.25 # Apache-2.0
# DataCore SANsymphony
websocket-client>=1.3.2 # LGPLv2+
# LINSTOR
python-linstor>=1.7.0 # LGPLv3

View File

@ -89,6 +89,7 @@ all =
storpool.spopenstack>=2.2.1 # Apache-2.0
dfs-sdk>=1.2.25 # Apache-2.0
rbd-iscsi-client>=0.1.8 # Apache-2.0
python-linstor>=1.7.0 # LGPLv3
datacore =
websocket-client>=1.3.2 # LGPLv2+
powermax =
@ -118,6 +119,8 @@ datera =
dfs-sdk>=1.2.25 # Apache-2.0
rbd_iscsi =
rbd-iscsi-client>=0.1.8 # Apache-2.0
linstor =
python-linstor>=1.7.0 # LGPLv3
[mypy]