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
This commit is contained in:
Ryan Petrello 2017-07-28 10:59:06 -04:00
parent 7ca661cc24
commit ad66ff9938

View File

@ -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