diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-07-04 17:45:51 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-07-04 17:45:51 +0800 |
commit | 6455cf7852129b9dfcc0a7679df254a4e44533c6 (patch) | |
tree | 31095482609400110cd4fb8e169b97fc6ed75670 /ocata/requirements.txt | |
parent | 0f7bd819dadec74b284d029d24705c37ab291e20 (diff) |
Enable celery for vesagent workers for ocata
Change-Id: Ibf07426ec3fa8b9c8b866d95a1e49537094cef70
Issue-ID: MULTICLOUD-230
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'ocata/requirements.txt')
-rw-r--r-- | ocata/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ocata/requirements.txt b/ocata/requirements.txt index 5408c53b..260e1bad 100644 --- a/ocata/requirements.txt +++ b/ocata/requirements.txt @@ -21,3 +21,7 @@ unittest_xml_reporting==1.12.0 # for onap logging onappylog>=1.0.6 + +# for background tasks +celery >= 4.0 + |