From ceba67fcf0f80afc2a19548ce1f536d2223570e5 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Wed, 26 Mar 2014 00:12:08 -0400 Subject: [PATCH] AC-982 Disable activity stream for inventory import by default. --- awx/settings/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 9a056c2a5a..b49a62ea60 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -338,7 +338,7 @@ EC2_REGIONS_BLACKLIST = [ # Defaults for enabling/disabling activity stream. ACTIVITY_STREAM_ENABLED = True -ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = True +ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = False # Internal API URL for use by inventory scripts and callback plugin. if 'devserver' in INSTALLED_APPS: