From ace53c47fae691484ff9335d5b3b7cfa7772253a Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Thu, 18 Oct 2018 11:13:01 +0530 Subject: Add trove-status upgrade check command framework This adds basic framework for trove-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: Idfeab4c06cba6f841c17ab6e255a29e8707bfa55 Story: 2003657 Task: 26162 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 083ef632..a386515f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,7 @@ oslo.i18n>=3.15.3 # Apache-2.0 oslo.middleware>=3.31.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 oslo.concurrency>=3.26.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License -- cgit v1.2.1