qinling/qinling/utils
Lingxian Kong aa765e2ae9 Support kubernetes python client 4.0.0
From 4.0.0, kubernetes-incubator/client-python uses multiprocessing
libaray to send request to k8s cluster, which is not supported by
eventlet. This patch introduced the following changes to fix the issue:

- Use cotyledon for engine service rather than oslo.service
- Update global requirments
- Provide separate scripts for api and engine service

References:
[1] https://github.com/eventlet/eventlet/issues/147
[2] https://bugs.launchpad.net/taskflow/+bug/1225275

Change-Id: Ib99565e00eedc72c388e8ebec6b7f1453f77f30f
2018-01-05 18:30:25 +13:00
..
openstack Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
common.py Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00
constants.py Support to update function code 2017-11-24 14:09:59 +13:00
etcd_util.py Fix function service cron job failure 2017-12-18 23:33:15 +13:00
executions.py Fix job handler 2017-12-20 21:18:08 +13:00
jobs.py Create trust for functions 2017-10-06 13:57:31 +13:00
rest_utils.py Minor fix for log message in rest_utils.py 2017-10-12 14:04:45 +00:00
thread_local.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00