StorPool: update the driver requirements.

Bump the storpool module's version to 4.0.0 for various
improvements and fixes.
Add storpool.spopenstack at its current version 2.2.1.
Add both storpool and storpool.spopenstack to setup.cfg and
lower-constraints.txt.

Change-Id: I2764e1a5f1ec8bbd878a7b2346722ec723889b22
This commit is contained in:
Peter Penchev 2019-09-06 01:10:03 +03:00
parent 0ecbb70575
commit 7e90919cf8
3 changed files with 9 additions and 1 deletions

View File

@ -40,4 +40,5 @@ infi.dtypes.wwn # PSF
infi.dtypes.iqn # PSF
# Storpool
storpool # Apache-2.0
storpool>=4.0.0 # Apache-2.0
storpool.spopenstack>=2.2.1 # Apache-2.0

View File

@ -175,3 +175,5 @@ info.dtypes.wwn==0.1.1
info.dtypes.iqn==0.4.0
purestorage==1.6.0
rsd-lib==1.1.0
storpool==4.0.0
storpool.spopenstack==2.2.1

View File

@ -107,6 +107,8 @@ all =
krest>=1.3.0 # Apache-2.0
infinisdk>=103.0.1 # BSD-3
purestorage>=1.6.0 # BSD
storpool>=4.0.0 # Apache-2.0
storpool.spopenstack>=2.2.1 # Apache-2.0
datacore =
websocket-client>=0.32.0 # LGPLv2+
powermax =
@ -129,4 +131,7 @@ pure =
purestorage>=1.6.0 # BSD
rsd =
rsd-lib>=1.1.0 # Apache-2.0
storpool =
storpool>=4.0.0 # Apache-2.0
storpool.spopenstack>=2.2.1 # Apache-2.0