From 731ad9817627e86fe13e2e373973b1065ae6f182 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 12 Oct 2018 14:35:48 +0000 Subject: [PATCH] Add oslo.upgradecheck Is the library actively maintained? Yes, by the Oslo team Is the library good code? Yes Is the library python 3 compatible? Yes Is the library license compatible? Yes Is the library already packaged in the distros we target (Ubuntu latest / Fedora latest)? No, it's a new project Is the function of this library already covered by other libraries in global-requirements.txt? No Is the library required for OpenStack project or related dev or infrastructure setup? (Answer to this should be Yes, of course) Which? Yes, all projects implementing upgrade checks If the library release is managed by the Openstack release process does it use the cycle-with-intermediary release type? Yes Change-Id: I25a45e1c1485f7602be20110b5a9bc06d5595421 --- global-requirements.txt | 1 + upper-constraints.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/global-requirements.txt b/global-requirements.txt index 11e63c5933..f6a55bf6aa 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -162,6 +162,7 @@ oslo.rootwrap # Apache-2.0 # NOTE(mriedem): oslo.serialization 2.19.1 is blocked for bug 1593641 oslo.serialization!=2.19.1 # Apache-2.0 oslo.service!=1.28.1 # Apache-2.0 +oslo.upgradecheck # Apache-2.0 oslo.utils # Apache-2.0 oslo.vmware # Apache-2.0 oslo.versionedobjects # Apache-2.0 diff --git a/upper-constraints.txt b/upper-constraints.txt index 8a133bcc7a..6b10ace7c0 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -553,3 +553,4 @@ XStatic-D3===3.5.17.0 actdiag===0.5.4 sysv-ipc===1.0.0 scikit-learn===0.20.0 +oslo.upgradecheck===0.1.0