b3041b1bf1
Warning generated due to title line being too short. With warnings now being treated as errors, this causes docs builds to fail. Lower-constraints also out of sync with actual versions used in requirements files causing requirements validation errors too. Due to Zuul job changes, need both changes together to get things to pass. Change-Id: I769c679389cb0985b53561105c5244637502b226
10 lines
351 B
Plaintext
10 lines
351 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!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
python-cinderclient>=3.3.0 # Apache-2.0
|
|
os-brick>=2.5.0 # Apache-2.0
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|