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
This commit is contained in:
Michael Johnson 2019-02-21 11:18:56 -08:00
parent d1afe5356d
commit ca6f839fc4
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ traceback2==1.4.0
unittest2==1.1.0 unittest2==1.1.0
WebOb==1.7.1 WebOb==1.7.1
wrapt==1.7.0 wrapt==1.7.0
Yappi==0.98 Yappi==1.0

View File

@ -17,4 +17,4 @@ oslo.i18n>=3.15.3 # Apache-2.0
PasteDeploy>=1.5.0 # MIT PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT Routes>=2.3.1 # MIT
Paste>=2.0.2 # MIT Paste>=2.0.2 # MIT
Yappi>=0.98 # MIT Yappi>=1.0 # MIT