Use os-brick 4.3.0

Update min brick version to the wallaby brick release, and adjust
requirements files and lower constraints to accommodate the versions
of dependencies requested by os-brick 4.3.0.

Change-Id: I74b897a6ec27ca2ef00811fbbc2e6c43d31e307f
This commit is contained in:
Brian Rosmaita 2021-03-09 21:37:55 -05:00
parent 6fed64d07e
commit b14cb5e13a
4 changed files with 29 additions and 31 deletions

View File

@ -1,9 +1,10 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
openstackdocstheme>=2.2.1 # Apache-2.0 openstackdocstheme>=2.2.7 # Apache-2.0
reno>=3.1.0 # Apache-2.0 reno>=3.2.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD sphinx>=3.5.1 # BSD
os-api-ref>=1.5.0 # Apache-2.0 Pygments>=2.6.1 # BSD license
sphinxcontrib-apidoc>=0.2.0 # BSD os-api-ref>=2.1.0 # Apache-2.0
sphinxcontrib-apidoc>=0.3.0 # BSD
sphinx-feature-classification>=1.1.0 # Apache 2.0 sphinx-feature-classification>=1.1.0 # Apache 2.0

View File

@ -10,7 +10,7 @@ cffi==1.14.2
chardet==3.0.4 chardet==3.0.4
cliff==3.4.0 cliff==3.4.0
cmd2==1.3.8 cmd2==1.3.8
coverage==5.2.1 coverage==5.5
cryptography==3.1 cryptography==3.1
cursive==0.2.2 cursive==0.2.2
ddt==1.4.1 ddt==1.4.1
@ -20,7 +20,7 @@ doc8==0.8.1
docutils==0.15.2 docutils==0.15.2
dogpile.cache==1.0.2 dogpile.cache==1.0.2
dulwich==0.20.6 dulwich==0.20.6
eventlet==0.26.1 eventlet==0.30.1
extras==1.0.0 extras==1.0.0
fasteners==0.14.1 fasteners==0.14.1
fixtures==3.0.0 fixtures==3.0.0
@ -52,11 +52,11 @@ netaddr==0.8.0
netifaces==0.10.9 netifaces==0.10.9
networkx==2.5 networkx==2.5
oauth2client==4.1.3 oauth2client==4.1.3
os-api-ref==1.4.0 os-api-ref==2.1.0
os-brick==4.2.0 os-brick==4.3.0
os-win==5.4.0 os-win==5.4.0
oslo.cache==2.6.1 oslo.cache==2.6.1
oslo.concurrency==4.3.0 oslo.concurrency==4.4.0
oslo.config==8.3.2 oslo.config==8.3.2
oslo.context==3.1.1 oslo.context==3.1.1
oslo.db==8.4.0 oslo.db==8.4.0
@ -69,18 +69,18 @@ oslo.privsep==2.4.0
oslo.reports==2.2.0 oslo.reports==2.2.0
oslo.rootwrap==6.2.0 oslo.rootwrap==6.2.0
oslo.serialization==4.1.0 oslo.serialization==4.1.0
oslo.service==2.4.0 oslo.service==2.5.0
oslo.upgradecheck==1.1.1 oslo.upgradecheck==1.1.1
oslo.utils==4.7.0 oslo.utils==4.8.0
oslo.versionedobjects==2.3.0 oslo.versionedobjects==2.3.0
oslo.vmware==3.7.0 oslo.vmware==3.8.0
oslotest==4.4.1 oslotest==4.4.1
osprofiler==3.4.0 osprofiler==3.4.0
packaging==20.4 packaging==20.4
paramiko==2.7.2 paramiko==2.7.2
Paste==3.4.3 Paste==3.4.3
PasteDeploy==2.1.0 PasteDeploy==2.1.0
pbr==5.5.0 pbr==5.5.1
psutil==5.7.2 psutil==5.7.2
psycopg2==2.8.5 psycopg2==2.8.5
pyasn1-modules==0.2.8 pyasn1-modules==0.2.8
@ -109,7 +109,7 @@ PyYAML==5.3.1
rbd-iscsi-client==0.1.8 rbd-iscsi-client==0.1.8
reno==3.2.0 reno==3.2.0
repoze.lru==0.7 repoze.lru==0.7
requests==2.23.0 requests==2.25.1
rfc3986==1.4.0 rfc3986==1.4.0
Routes==2.4.1 Routes==2.4.1
rsa==4.6 rsa==4.6
@ -121,12 +121,12 @@ SQLAlchemy==1.3.19
SQLAlchemy-Utils==0.36.8 SQLAlchemy-Utils==0.36.8
sqlparse==0.3.1 sqlparse==0.3.1
statsd==3.3.0 statsd==3.3.0
stestr==3.0.1 stestr==3.1.0
stevedore==3.2.2 stevedore==3.2.2
tabulate==0.8.7 tabulate==0.8.7
taskflow==4.5.0 taskflow==4.5.0
Tempita==0.5.2 Tempita==0.5.2
tenacity==6.2.0 tenacity==6.3.1
testtools==2.4.0 testtools==2.4.0
tooz==2.7.1 tooz==2.7.1
traceback2==1.4.0 traceback2==1.4.0

View File

@ -2,9 +2,9 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=5.5.0 # Apache-2.0 pbr>=5.5.1 # Apache-2.0
decorator>=4.4.2 # BSD decorator>=4.4.2 # BSD
eventlet>=0.26.1 # MIT eventlet>=0.30.1 # MIT
greenlet>=0.4.16 # MIT greenlet>=0.4.16 # MIT
httplib2>=0.18.1 # MIT httplib2>=0.18.1 # MIT
importlib_metadata>=3.1.1;python_version<'3.8' # Apache-2.0 importlib_metadata>=3.1.1;python_version<'3.8' # Apache-2.0
@ -15,7 +15,7 @@ keystonemiddleware>=9.1.0 # Apache-2.0
lxml>=4.5.2 # BSD lxml>=4.5.2 # BSD
oauth2client>=4.1.3 # Apache-2.0 oauth2client>=4.1.3 # Apache-2.0
oslo.config>=8.3.2 # Apache-2.0 oslo.config>=8.3.2 # Apache-2.0
oslo.concurrency>=4.3.0 # Apache-2.0 oslo.concurrency>=4.4.0 # Apache-2.0
oslo.context>=3.1.1 # Apache-2.0 oslo.context>=3.1.1 # Apache-2.0
oslo.db>=8.4.0 # Apache-2.0 oslo.db>=8.4.0 # Apache-2.0
oslo.log>=4.4.0 # Apache-2.0 oslo.log>=4.4.0 # Apache-2.0
@ -26,9 +26,9 @@ oslo.privsep>=2.4.0 # Apache-2.0
oslo.reports>=2.2.0 # Apache-2.0 oslo.reports>=2.2.0 # Apache-2.0
oslo.rootwrap>=6.2.0 # Apache-2.0 oslo.rootwrap>=6.2.0 # Apache-2.0
oslo.serialization>=4.1.0 # Apache-2.0 oslo.serialization>=4.1.0 # Apache-2.0
oslo.service>=2.4.0 # Apache-2.0 oslo.service>=2.5.0 # Apache-2.0
oslo.upgradecheck>=1.1.1 # Apache-2.0 oslo.upgradecheck>=1.1.1 # Apache-2.0
oslo.utils>=4.7.0 # Apache-2.0 oslo.utils>=4.8.0 # Apache-2.0
oslo.versionedobjects>=2.3.0 # Apache-2.0 oslo.versionedobjects>=2.3.0 # Apache-2.0
osprofiler>=3.4.0 # Apache-2.0 osprofiler>=3.4.0 # Apache-2.0
packaging>=20.4 packaging>=20.4
@ -43,7 +43,7 @@ python-keystoneclient>=4.1.1 # Apache-2.0
python-novaclient>=17.2.1 # Apache-2.0 python-novaclient>=17.2.1 # Apache-2.0
python-swiftclient>=3.10.1 # Apache-2.0 python-swiftclient>=3.10.1 # Apache-2.0
pytz>=2020.1 # MIT pytz>=2020.1 # MIT
requests>=2.23.0,!=2.20.0 # Apache-2.0 requests>=2.25.1 # Apache-2.0
Routes>=2.4.1 # MIT Routes>=2.4.1 # MIT
taskflow>=4.5.0 # Apache-2.0 taskflow>=4.5.0 # Apache-2.0
rtslib-fb>=2.1.74 # Apache-2.0 rtslib-fb>=2.1.74 # Apache-2.0
@ -52,11 +52,11 @@ SQLAlchemy>=1.3.19 # MIT
sqlalchemy-migrate>=0.13.0 # Apache-2.0 sqlalchemy-migrate>=0.13.0 # Apache-2.0
stevedore>=3.2.2 # Apache-2.0 stevedore>=3.2.2 # Apache-2.0
tabulate>=0.8.7 # MIT tabulate>=0.8.7 # MIT
tenacity>=6.2.0 # Apache-2.0 tenacity>=6.3.1 # Apache-2.0
WebOb>=1.8.6 # MIT WebOb>=1.8.6 # MIT
oslo.i18n>=5.0.1 # Apache-2.0 oslo.i18n>=5.0.1 # Apache-2.0
oslo.vmware>=3.7.0 # Apache-2.0 oslo.vmware>=3.8.0 # Apache-2.0
os-brick>=4.2.0 # Apache-2.0 os-brick>=4.3.0 # Apache-2.0
os-win>=5.4.0 # Apache-2.0 os-win>=5.4.0 # Apache-2.0
tooz>=2.7.1 # Apache-2.0 tooz>=2.7.1 # Apache-2.0
google-api-python-client>=1.11.0 # Apache-2.0 google-api-python-client>=1.11.0 # Apache-2.0

View File

@ -7,8 +7,8 @@ hacking>=4.0.0,<4.1.0 # Apache-2.0
flake8-import-order # LGPLv3 flake8-import-order # LGPLv3
flake8-logging-format>=0.6.0 # Apache-2.0 flake8-logging-format>=0.6.0 # Apache-2.0
stestr>=3.0.1 # Apache-2.0 stestr>=3.1.0 # Apache-2.0
coverage>=5.2.1 # Apache-2.0 coverage>=5.5 # Apache-2.0
ddt>=1.4.1 # MIT ddt>=1.4.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=4.4.1 # Apache-2.0 oslotest>=4.4.1 # Apache-2.0
@ -21,8 +21,5 @@ testtools>=2.4.0 # MIT
# so we need to pin it here to a known working version # so we need to pin it here to a known working version
bandit==1.6.0 # Apache-2.0 bandit==1.6.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0 doc8>=0.8.1 # Apache-2.0
reno>=3.2.0 # Apache-2.0
Pygments>=2.6.1 # BSD license
mypy>=0.782 # MIT mypy>=0.782 # MIT
moto>=1.3.15 # Apache-2.0 moto>=1.3.15 # Apache-2.0