From 46477a0c05f08e24db2523ccee89860d40271020 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Mon, 20 Oct 2014 12:21:29 -0500 Subject: [PATCH] Add SYSTEM_UUID to local_settings.example --- awx/settings/local_settings.py.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/settings/local_settings.py.example b/awx/settings/local_settings.py.example index df629662be..31a827f25d 100644 --- a/awx/settings/local_settings.py.example +++ b/awx/settings/local_settings.py.example @@ -57,6 +57,9 @@ PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects') # This directory should not be web-accessible JOBOUTPUT_ROOT = os.path.join(BASE_DIR, 'job_status') +# The UUID of the system, for HA. +SYSTEM_UUID = '00000000-0000-0000-0000-000000000000' + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems.