qinling/qinling/engine
Lingxian Kong ff873c3f95 Fix authentication failure when token expires
OpenStack service session is generated when downloading code from
inside the container, but when the function is invoked at a deferred
time, the token may already be expiried.

Need to create the session when executing the function instead of
when downloading.

Change-Id: I8170bfb1c5f8b6cf88a744547db12cc12248aaca
2017-07-30 23:34:47 +12:00
..
__init__.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
default_engine.py Fix authentication failure when token expires 2017-07-30 23:34:47 +12:00
service.py Implement periodic task for jobs 2017-07-26 09:58:46 +12:00