summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2018-10-19 13:53:15 +0530
committerMatt Riedemann <mriedem.os@gmail.com>2018-10-22 14:19:36 +0000
commitba4e54589d4c33687da6c6925c40f931954611f0 (patch)
treebb77770629454aaec25a90fd6f8bdabf925265d8 /requirements.txt
parent63bff7408ad9ba95284c6af63228ddf96b981ae4 (diff)
downloadheat-ba4e54589d4c33687da6c6925c40f931954611f0.tar.gz
Add heat-status upgrade check command framework
This adds basic framework for heat-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: I83629184b49a6cf91928df702db23156433d99f6 Story: 2003657 Task: 26131
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 5be9c7903..b608910d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,6 +26,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.4.0 # Apache-2.0
oslo.versionedobjects>=1.31.2 # Apache-2.0