소스 검색

[Stress] Adds vagrant1_redis template

Ask Solem 9 년 전
부모
커밋
7ee9afa170
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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'