From ca6f839fc49e8e57995d4e107ee3f428f9baa1e3 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 21 Feb 2019 11:18:56 -0800 Subject: [PATCH] Update oslo.service to require yappi 1.0 or newer The versions of yappi less than 1.0 have a bug[1] that causes it to fail to install[2]. This patch makes sure oslo.service uses version 1.0 of yappi that contains the fix. [1] https://github.com/sumerc/yappi/commit/ \ 778829f6f77928e4292e6a7dd4dfecf501f9a362 [2] http://logs.openstack.org/29/637929/2/check/octavia-v2-dsvm-scenario \ 4113e77/controller/logs/dib-build/amphora-x64-haproxy.qcow2_log.txt.gz \ #_2019-02-19_17_23_37_112 Change-Id: I6b72272dcc524ebab30324446fdeaeb742eddc81 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 97e9f0c6..1ea64ece 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -72,4 +72,4 @@ traceback2==1.4.0 unittest2==1.1.0 WebOb==1.7.1 wrapt==1.7.0 -Yappi==0.98 +Yappi==1.0 diff --git a/requirements.txt b/requirements.txt index 7897b139..61ce4440 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ oslo.i18n>=3.15.3 # Apache-2.0 PasteDeploy>=1.5.0 # MIT Routes>=2.3.1 # MIT Paste>=2.0.2 # MIT -Yappi>=0.98 # MIT +Yappi>=1.0 # MIT