qinling/qinling/cmd
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
..
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
api.py Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00
engine.py Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00