add lower-constraints
Change-Id: Ic352b63bfce17ebfea693e3e7411813d7f61fb1a
lower-constraints.txt
0 → 100644
| ... | ... | @@ -2,12 +2,12 @@ |
| # 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 | ||
| pbr!=2.1.0,>=3.1.1 # Apache-2.0 | ||
| # General | ||
| oslo.utils==3.41.0 | ||
| oslo.log==3.44.0 | ||
| oslo.config==6.9.0 | ||
| oslo.utils>=3.41.0 | ||
| oslo.log>=3.44.0 | ||
| oslo.config>=6.9.0 | ||
| # Metrics Exporter | ||
| prometheus-client==0.6.0 | ||
| prometheus-client>=0.6.0 |
Please register or sign in to comment