summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2018-05-29 16:12:24 +0800
committerwutianwei <wutianwei1@huawei.com>2018-05-29 16:45:30 +0800
commit251c765df124ccd5d930d070a423a3bd6abff72c (patch)
tree8f80406652b265e00e2262065a10f2f139d75376
parenta1bfcb72907a1a16fb9848ff77dfd2356449686a (diff)
fix celery version to 4.1.0 in compass-deck docker
it would fail to deploy when celery version is 4.1.1. https://build.opnfv.org/ci/job/compass-deploy-virtual-daily-fraser/499/consoleFull Change-Id: I64c8bc9e3a0cc7532c5b1abaacd5deb1c9aaa598 Signed-off-by: wutianwei <wutianwei1@huawei.com>
-rw-r--r--compass-deck/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compass-deck/requirements.txt b/compass-deck/requirements.txt
index 6a3b3c7..3f8c34a 100644
--- a/compass-deck/requirements.txt
+++ b/compass-deck/requirements.txt
@@ -1,6 +1,6 @@
amqplib
argparse
-celery
+celery<=4.1.0
Markdown<2.5
Cheetah<=2.4.1
daemon