![Michael Johnson](/assets/img/avatar_default.png)
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
21 lines
673 B
Plaintext
21 lines
673 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
WebOb>=1.7.1 # MIT
|
|
debtcollector>=1.2.0 # Apache 2.0
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
greenlet>=0.4.10 # MIT
|
|
monotonic>=0.6;python_version<'3.3' # Apache-2.0
|
|
oslo.utils>=3.40.2 # Apache-2.0
|
|
oslo.concurrency>=3.25.0 # Apache-2.0
|
|
oslo.config>=5.1.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
PasteDeploy>=1.5.0 # MIT
|
|
Routes>=2.3.1 # MIT
|
|
Paste>=2.0.2 # MIT
|
|
Yappi>=1.0 # MIT
|