Merge "Add install docs for LINSTOR driver dependencies"
This commit is contained in:
commit
3688707f52
@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user