From ad66ff9938ebc7800e11c996db8ccd2a8c689ec9 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 28 Jul 2017 10:59:06 -0400 Subject: [PATCH] pin kombu to a known working version (from tower 3.1.4) we're encountering some *really* gnarly bugs with newer version of celery and kombu; pin to *exactly* what works in 3.1.4 to try to avoid them, because we can't upgrade celery to 4.0 (where this bug *may* be fixed) see: https://github.com/ansible/ansible-tower/issues/6534 see: https://github.com/celery/celery/issues/3712 see: https://github.com/celery/kombu/pull/760 --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0f9e38be1f..49574ec96f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -98,7 +98,7 @@ jsonpointer==1.10 # via jsonpatch jsonschema==2.6.0 keyring==10.3.3 # via msrestazure keystoneauth1==2.21.0 # via openstacksdk, os-client-config, osc-lib, python-cinderclient, python-designateclient, python-glanceclient, python-ironicclient, python-keystoneclient, python-neutronclient, python-novaclient, python-openstackclient, shade -kombu==3.0.37 # via asgi-amqp, celery +kombu==3.0.35 # via asgi-amqp, celery lxml==3.8.0 # via pyvmomi m2crypto==0.25.1 markdown==2.6.7