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 {{