Updates to Makefile and CONTRIBUTING

...for the RabbitMQ to Redis changeout.
This commit is contained in:
Luke Sneeringer
2014-11-11 14:18:39 -06:00
parent 3a8c32444b
commit 1edd8f9c0a
4 changed files with 13 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'test':
}
# Celery AMQP configuration.
BROKER_URL = 'amqp://awx-dev:AWXsome1@localhost:5672/awx-dev'
BROKER_URL = 'redis://localhost/'
# Set True to enable additional logging from the job_event_callback plugin
JOB_CALLBACK_DEBUG = False