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:
parent
d1afe5356d
commit
ca6f839fc4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user