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
10 lines
342 B
Plaintext
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
|