Explorar el Código

[Stress] Adds vagrant1_redis template

Ask Solem hace 9 años
padre
commit
7ee9afa170
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      funtests/stress/stress/templates.py

+ 2 - 1
funtests/stress/stress/templates.py

@@ -152,5 +152,6 @@ class vagrant1(default):
 
 
 @template()
-class vagrant1_redis(default):
+class vagrant1_redis(redis):
     BROKER_URL = 'redis://192.168.33.123'
+    CELERY_RESULT_BACKEND = 'redis://192.168.33.123'