From 34263e683ba39460b05275610e7d2488ee9f262b Mon Sep 17 00:00:00 2001
From: Sergey Skripnick <sskripnick@mirantis.com>
Date: Fri, 8 May 2015 15:51:26 +0200
Subject: [PATCH] Explicitly enable all required services in rally

Do not rely on defaults anymore.

Change-Id: I6a655fb1d828126623c26ba7dc847e6b5beda9c3
---
 jenkins/jobs/rally.yaml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/jenkins/jobs/rally.yaml b/jenkins/jobs/rally.yaml
index f7b3383b73..ad50324a37 100644
--- a/jenkins/jobs/rally.yaml
+++ b/jenkins/jobs/rally.yaml
@@ -58,11 +58,18 @@
           export DEVSTACK_GATE_TIMEOUT=120
           export RALLY_SCENARIO={scenario}
 
-          ENABLED_SERVICES=rally,h-api,h-api-cfn,h-api-cw,h-eng,heat,
+          ENABLED_SERVICES=rally,sahara,key,horizon,
+          ENABLED_SERVICES+=cinder,c-api,c-vol,c-sch,c-bak
+          ENABLED_SERVICES+=g-api,g-reg,
+          ENABLED_SERVICES+=heat,h-api,h-api-cfn,h-api-cw,h-eng,
+          ENABLED_SERVICES+=n-api,n-crt,n-obj,n-cpu,n-sch,n-cond,
+          ENABLED_SERVICES+=s-proxy,s-account,s-container,s-object,
           ENABLED_SERVICES+=ceilometer-acompute,ceilometer-acentral,ceilometer-api,
           ENABLED_SERVICES+=ceilometer-anotification,ceilometer-collector,
           ENABLED_SERVICES+=ceilometer-alarm-evaluator,ceilometer-alarm-notifier,
-
+          if [ $DEVSTACK_GATE_NEUTRON -ne 1 ]; then
+              ENABLED_SERVICES+=n-net,n-api-meta,
+          fi
           export ENABLED_SERVICES
 
           function pre_test_hook {{