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:
parent
0ecbb70575
commit
7e90919cf8
@ -40,4 +40,5 @@ infi.dtypes.wwn # PSF
|
|||||||
infi.dtypes.iqn # PSF
|
infi.dtypes.iqn # PSF
|
||||||
|
|
||||||
# Storpool
|
# Storpool
|
||||||
storpool # Apache-2.0
|
storpool>=4.0.0 # Apache-2.0
|
||||||
|
storpool.spopenstack>=2.2.1 # Apache-2.0
|
||||||
|
@ -175,3 +175,5 @@ info.dtypes.wwn==0.1.1
|
|||||||
info.dtypes.iqn==0.4.0
|
info.dtypes.iqn==0.4.0
|
||||||
purestorage==1.6.0
|
purestorage==1.6.0
|
||||||
rsd-lib==1.1.0
|
rsd-lib==1.1.0
|
||||||
|
storpool==4.0.0
|
||||||
|
storpool.spopenstack==2.2.1
|
||||||
|
@ -107,6 +107,8 @@ all =
|
|||||||
krest>=1.3.0 # Apache-2.0
|
krest>=1.3.0 # Apache-2.0
|
||||||
infinisdk>=103.0.1 # BSD-3
|
infinisdk>=103.0.1 # BSD-3
|
||||||
purestorage>=1.6.0 # BSD
|
purestorage>=1.6.0 # BSD
|
||||||
|
storpool>=4.0.0 # Apache-2.0
|
||||||
|
storpool.spopenstack>=2.2.1 # Apache-2.0
|
||||||
datacore =
|
datacore =
|
||||||
websocket-client>=0.32.0 # LGPLv2+
|
websocket-client>=0.32.0 # LGPLv2+
|
||||||
powermax =
|
powermax =
|
||||||
@ -129,4 +131,7 @@ pure =
|
|||||||
purestorage>=1.6.0 # BSD
|
purestorage>=1.6.0 # BSD
|
||||||
rsd =
|
rsd =
|
||||||
rsd-lib>=1.1.0 # Apache-2.0
|
rsd-lib>=1.1.0 # Apache-2.0
|
||||||
|
storpool =
|
||||||
|
storpool>=4.0.0 # Apache-2.0
|
||||||
|
storpool.spopenstack>=2.2.1 # Apache-2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user