summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorakhiljain23 <akhil.jain@india.nec.com>2018-10-30 20:31:13 +0530
committerzhurong <aaronzhu1121@gmail.com>2019-05-16 11:13:43 +0800
commit53321c1a7240967a5076f055e60092786f66b2a0 (patch)
tree8857b9166c923f5cc4a4fd58f8603e5ef6fdfd7b /requirements.txt
parent06f66ad26282b89ffba8ed59bddc671c90297ec1 (diff)
downloadceilometer-53321c1a7240967a5076f055e60092786f66b2a0.tar.gz
Add framework for ceilometer-status upgrade check
This commit adds the functionality of ceilometer-status CLI for performing upgrade checks as part of the Stein cycle upgrade-checkers goal. It only includes a sample check which must be replaced by real checks in future. Change-Id: I6e76b74b2f02251ee39025e02de44b13568ebed2 Story: 2003657 Task: 27732
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 d12c6bf5..46edc356 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,6 +18,7 @@ oslo.reports>=1.18.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
oslo.messaging>=6.2.0 # Apache-2.0
+oslo.upgradecheck>=0.1.1 # Apache-2.0
oslo.utils>=3.37.0 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
pysnmp<5.0.0,>=4.2.3 # BSD