Ver Fonte

[Stress] Adds vagrant1_redis template

Ask Solem há 9 anos atrás
pai
commit
7ee9afa170
1 ficheiros alterados com 2 adições e 1 exclusões
  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'