Added support for defining additional environment variables in settings to pass to the subprocess launched by the celery task, specify HOME and USER in settings by default instead of supervisord configuration.

This commit is contained in:
Chris Church
2013-07-16 01:39:17 -04:00
parent 82a9572df8
commit c5f2f2bfaf
7 changed files with 39 additions and 9 deletions

View File

@@ -103,3 +103,7 @@ LOGGING['handlers']['syslog'] = {
# 'filename': os.path.join(BASE_DIR, 'awx.log'),
# 'formatter': 'simple',
#}
# Define additional environment variables to be passed to subprocess started by
# the celery task.
#AWX_TASK_ENV['FOO'] = 'BAR'