Add python-linstor to global-requirements.txt

python-linstor is a pure python library for accessing the Linstor API.
It is in use by the Linstor driver in the Cinder project.

The library is actively maintained, with new releases on every new Linstor
release. It is compatible with Python 2 and 3, and since release 1.7.0
licensed under the LGPLv3.

Change-Id: Icfe13df75440eeaf6f5b1601f629c3230b119bb2
This commit is contained in:
Moritz "WanzenBug" Wanzenböck
2021-04-27 17:19:36 +02:00
parent cd565a13d7
commit 1e146c7f75
2 changed files with 2 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ pyzabbix # LGPL
statsd # MIT
zVMCloudConnector;sys_platform!='win32' # Apache 2.0 License
jaeger-client # Apache-2.0
python-linstor # LGPLv3
pyngus # Apache-2.0

View File

@@ -576,3 +576,4 @@ sysv-ipc===1.1.0
sphinxcontrib-applehelp===1.0.2
scikit-learn===0.24.1
setuptools===56.0.0
python-linstor===1.7.0