Browse Source

[Stress] Adds vagrant1_redis template

Ask Solem 9 years ago
parent
commit
7ee9afa170
1 changed files with 2 additions and 1 deletions
  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'