cc9b8b3d2d
Use the new API that is consistent with the existing API instead of instantiating the client class directly. This was introduced in release 14.1.0 here [1] and added into oslo.messaging here [2] [1] https://review.opendev.org/c/openstack/requirements/+/869340 [2] https://review.opendev.org/c/openstack/oslo.messaging/+/862419 Change-Id: I671d04a62f7ce408534342e89542ecc78c59ecb7
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
# 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
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
cotyledon>=1.5.0 # Apache-2.0
|
|
Flask>=0.12.3 # BSD
|
|
futurist>=1.6.0 # Apache-2.0
|
|
grpcio>=1.25.0 # Apache-2.0
|
|
PyYAML>=5.1 # MIT
|
|
eventlet>=0.28.0 # MIT
|
|
WebOb>=1.8.1 # MIT
|
|
alembic>=0.9.8 # MIT
|
|
keystoneauth1>=3.14.0 # Apache-2.0
|
|
keystonemiddleware>=9.0.0 # Apache-2.0
|
|
kuryr-lib>=0.5.0 # Apache-2.0
|
|
pbr>=5.5.0 # Apache-2.0
|
|
pecan>=1.3.3 # BSD
|
|
protobuf>=3.6.0 # 3-Clause BSD
|
|
psutil>=3.2.2 # BSD
|
|
python-glanceclient>=3.2.0 # Apache-2.0
|
|
python-neutronclient>=7.2.0 # Apache-2.0
|
|
python-cinderclient>=7.1.0 # Apache-2.0
|
|
requests>=2.20.1 # Apache-2.0
|
|
oslo.i18n>=5.0.0 # Apache-2.0
|
|
oslo.log>=4.2.0 # Apache-2.0
|
|
oslo.concurrency>=4.1.0 # Apache-2.0
|
|
oslo.config>=8.1.0 # Apache-2.0
|
|
oslo.messaging>=14.1.0 # Apache-2.0
|
|
oslo.middleware>=4.1.0 # Apache-2.0
|
|
oslo.policy>=3.6.0 # Apache-2.0
|
|
oslo.privsep>=2.2.0 # Apache-2.0
|
|
oslo.serialization>=3.2.0 # Apache-2.0
|
|
oslo.service>=2.2.0 # Apache-2.0
|
|
oslo.versionedobjects>=2.1.0 # Apache-2.0
|
|
oslo.context>=3.1.0 # Apache-2.0
|
|
oslo.utils>=4.5.0 # Apache-2.0
|
|
oslo.db>=8.2.0 # Apache-2.0
|
|
oslo.rootwrap>=5.8.0 # Apache-2.0
|
|
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
|
os-brick>=3.1.0 # Apache-2.0
|
|
os-resource-classes>=0.1.0 # Apache-2.0
|
|
os-traits>=0.15.0 # Apache-2.0
|
|
os-vif>=1.15.1 # Apache-2.0
|
|
SQLAlchemy>=1.2.0 # MIT
|
|
stevedore>=3.3.0 # Apache-2.0
|
|
docker>=4.3.0 # Apache-2.0
|
|
neutron-lib>=1.13.0 # Apache-2.0
|
|
pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
|
retrying>=1.3.3 # Apache-2.0
|
|
tenacity>=6.0.0 # Apache-2.0
|
|
websockify>=0.8.0 # LGPLv3
|
|
websocket-client>=0.44.0 # LGPLv2+
|