summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2018-10-31 17:01:31 +0530
committerJulia Kreger <juliaashleykreger@gmail.com>2018-11-01 19:58:13 +0000
commit1f1a2c3bd8938fd94e3a7d22eaeb31be8d3c6113 (patch)
tree520a701e5fd85d5805eebd4c6c7e6551f6b33f64 /requirements.txt
parent7e47264ece751939aab9d54306ea61a2d02b36e9 (diff)
downloadironic-1f1a2c3bd8938fd94e3a7d22eaeb31be8d3c6113.tar.gz
Add ironic-status upgrade check command framework
This adds basic framework for ironic-status upgrade check commands. For now it has only "check_placeholder" check implemented. Real checks can be added to this tool in the future. Change-Id: I7d5f018656322b92c663a2adaaf6330a55c00fb8 Story: 2003657 Task: 26133
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 507bf933d..0bcdf484a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,6 +28,7 @@ oslo.policy>=1.30.0 # Apache-2.0
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.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
osprofiler>=1.5.0 # Apache-2.0
os-traits>=0.4.0 # Apache-2.0