Use separate test vhost for celery queues

This commit is contained in:
Jan Dittberner 2016-01-31 21:46:14 +01:00
parent e0449148a7
commit eda20937dc
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :support:`-` use separate test vhost for celery queues
* :support:`-` switch licensing to AGPLv3+
* :support:`-` add a Vagrant setup to ease development
* :support:`-` add example provisioning defined as saltstack states

View File

@ -20,3 +20,5 @@ LOGGING['loggers'].update(dict(
'gvawebcore', 'hostingpackages', 'ldaptasks', 'managemails',
'mysqltasks', 'osusers', 'pgsqltasks', 'taskresults',
'userdbs', 'websites']]))
BROKER_URL = BROKER_URL + '_test'
CELERY_RESULT_PERSISTENT = False