Files
python-brick-cinderclient-ext/requirements.txt
Brian Rosmaita bac215fb16 Update requirements for Xena
Specify a minimum of the early Xena cinderclient release (8.0.0)
and the official Xena os-brick release (5.0.0).

Change-Id: If6cda7fe30f5f1a54c6ade878f86f615c9d01568
2021-09-01 16:42:21 -04:00

10 lines
342 B
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.
pbr>=5.5.1 # Apache-2.0
python-cinderclient>=8.0.0 # Apache-2.0
os-brick>=5.0.0 # Apache-2.0
oslo.concurrency>=4.4.0 # Apache-2.0