Specify yoga os-brick in requirements
Some of the yoga backend drivers require the yoga os-brick release. Also update other requirements to match the minima requested by os-brick (since that's what we'll have to use anyway). The os-brick requirements were updated by change Iec14833ab502. Change-Id: I694d01bcdd2ea83627d375cc4501bff774fa82c2
This commit is contained in:
parent
11d26b9f59
commit
a74513db9a
@ -2,9 +2,9 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr>=5.5.1 # Apache-2.0
|
||||
pbr>=5.8.0 # Apache-2.0
|
||||
decorator>=4.4.2 # BSD
|
||||
eventlet>=0.30.1 # MIT
|
||||
eventlet>=0.30.1,!=0.32.0 # MIT
|
||||
greenlet>=0.4.16 # MIT
|
||||
httplib2>=0.18.1 # MIT
|
||||
importlib_metadata>=3.1.1;python_version<'3.8' # Apache-2.0
|
||||
@ -15,20 +15,20 @@ keystonemiddleware>=9.1.0 # Apache-2.0
|
||||
lxml>=4.5.2 # BSD
|
||||
oauth2client>=4.1.3 # Apache-2.0
|
||||
oslo.config>=8.3.2 # Apache-2.0
|
||||
oslo.concurrency>=4.4.0 # Apache-2.0
|
||||
oslo.context>=3.1.1 # Apache-2.0
|
||||
oslo.concurrency>=4.5.0 # Apache-2.0
|
||||
oslo.context>=3.4.0 # Apache-2.0
|
||||
oslo.db>=11.0.0 # Apache-2.0
|
||||
oslo.log>=4.5.0 # Apache-2.0
|
||||
oslo.log>=4.6.1 # Apache-2.0
|
||||
oslo.messaging>=12.5.0 # Apache-2.0
|
||||
oslo.middleware>=4.1.1 # Apache-2.0
|
||||
oslo.policy>=3.8.1 # Apache-2.0
|
||||
oslo.privsep>=2.4.0 # Apache-2.0
|
||||
oslo.privsep>=2.6.2 # Apache-2.0
|
||||
oslo.reports>=2.2.0 # Apache-2.0
|
||||
oslo.rootwrap>=6.2.0 # Apache-2.0
|
||||
oslo.serialization>=4.1.0 # Apache-2.0
|
||||
oslo.service>=2.5.0 # Apache-2.0
|
||||
oslo.serialization>=4.2.0 # Apache-2.0
|
||||
oslo.service>=2.8.0 # Apache-2.0
|
||||
oslo.upgradecheck>=1.1.1 # Apache-2.0
|
||||
oslo.utils>=4.8.0 # Apache-2.0
|
||||
oslo.utils>=4.12.1 # Apache-2.0
|
||||
oslo.versionedobjects>=2.3.0 # Apache-2.0
|
||||
osprofiler>=3.4.0 # Apache-2.0
|
||||
packaging>=20.4
|
||||
@ -54,13 +54,13 @@ stevedore>=3.2.2 # Apache-2.0
|
||||
tabulate>=0.8.7 # MIT
|
||||
tenacity>=6.3.1 # Apache-2.0
|
||||
WebOb>=1.8.6 # MIT
|
||||
oslo.i18n>=5.0.1 # Apache-2.0
|
||||
oslo.i18n>=5.1.0 # Apache-2.0
|
||||
oslo.vmware>=3.10.0 # Apache-2.0
|
||||
os-brick>=5.0.1 # Apache-2.0
|
||||
os-win>=5.4.0 # Apache-2.0
|
||||
os-brick>=5.2.0 # Apache-2.0
|
||||
os-win>=5.5.0 # Apache-2.0
|
||||
tooz>=2.7.1 # Apache-2.0
|
||||
google-api-python-client>=1.11.0 # Apache-2.0
|
||||
castellan>=3.6.0 # Apache-2.0
|
||||
castellan>=3.7.0 # Apache-2.0
|
||||
cryptography>=3.1 # BSD/Apache-2.0
|
||||
cursive>=0.2.2 # Apache-2.0
|
||||
zstd>=1.4.5.1 # BSD
|
||||
|
@ -7,11 +7,11 @@ hacking>=4.0.0,<4.1.0 # Apache-2.0
|
||||
flake8-import-order # LGPLv3
|
||||
flake8-logging-format>=0.6.0 # Apache-2.0
|
||||
|
||||
stestr>=3.1.0 # Apache-2.0
|
||||
stestr>=3.2.1 # Apache-2.0
|
||||
coverage>=5.5 # Apache-2.0
|
||||
ddt>=1.4.4 # MIT
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
oslotest>=4.4.1 # Apache-2.0
|
||||
oslotest>=4.5.0 # Apache-2.0
|
||||
PyMySQL>=0.10.0 # MIT License
|
||||
psycopg2>=2.8.5 # LGPL/ZPL
|
||||
SQLAlchemy-Utils>=0.37.8 # BSD License
|
||||
|
Loading…
Reference in New Issue
Block a user