Merge "Bump osprofiler minimum requirement to 1.5.0"

This commit is contained in:
Zuul 2018-07-09 21:50:53 +00:00 committed by Gerrit Code Review
commit 3347e155b3
3 changed files with 8 additions and 2 deletions

View File

@ -85,7 +85,7 @@ oslo.service==1.24.0
oslo.utils==3.33.0
oslo.versionedobjects==1.31.2
oslotest==3.2.0
osprofiler==1.4.0
osprofiler==1.5.0
packaging==17.1
Paste==2.0.3
PasteDeploy==1.5.2

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The minimum required version of the ``osprofiler`` library is now 1.5.0.
This is now a new dependency, ironic has not been able to start with 1.4.0
since the Pike release when this dependency was introduced.

View File

@ -29,7 +29,7 @@ oslo.reports>=1.18.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
osprofiler>=1.5.0 # Apache-2.0
os-traits>=0.4.0 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
requests>=2.14.2 # Apache-2.0