mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Merge pull request #5464 from ryanpetrello/iso-check-timeout
fix a bug in isolated check timeout handling Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -126,6 +126,8 @@ class IsolatedManager(object):
|
|||||||
params['private_data_dir'] = iso_dir
|
params['private_data_dir'] = iso_dir
|
||||||
if idle_timeout:
|
if idle_timeout:
|
||||||
params['settings']['idle_timeout'] = idle_timeout
|
params['settings']['idle_timeout'] = idle_timeout
|
||||||
|
else:
|
||||||
|
params['settings'].pop('idle_timeout', None)
|
||||||
params.update(**kw)
|
params.update(**kw)
|
||||||
if all([
|
if all([
|
||||||
getattr(settings, 'AWX_ISOLATED_KEY_GENERATION', False) is True,
|
getattr(settings, 'AWX_ISOLATED_KEY_GENERATION', False) is True,
|
||||||
|
|||||||
Reference in New Issue
Block a user