Add api side support for pendo

Also adds setup playbook support for pendo.  This change anticipates
that the default for new installations will be 'detailed'
This commit is contained in:
Matthew Jones
2015-09-25 15:52:42 -04:00
parent 2135a6651b
commit 3d7f25218a
3 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver_dev.ipc"
# Enable PROOT for tower-qa integration tests
AWX_PROOT_ENABLED = True
PENDO_TRACKING_STATE = "off"
# Use Django-Jenkins if installed. Only run tests for awx.main app.
try:
import django_jenkins