From 6ecd7803070bc31ae42137cd5a0c81b0d24c6f7b Mon Sep 17 00:00:00 2001
From: Kyle Mestery <mestery@mestery.com>
Date: Thu, 7 May 2015 19:21:43 +0000
Subject: [PATCH] Be explicit about what services we enable for ODL

Change-Id: I3f55a4913d83a6894e3a4cf822a65536f3a205cc
---
 jenkins/jobs/networking-odl.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/jenkins/jobs/networking-odl.yaml b/jenkins/jobs/networking-odl.yaml
index 8c5dc63e27..eb4e92fe8f 100644
--- a/jenkins/jobs/networking-odl.yaml
+++ b/jenkins/jobs/networking-odl.yaml
@@ -17,6 +17,14 @@
           export DEVSTACK_GATE_TIMEOUT=120
           export DEVSTACK_GATE_NEUTRON=1
           export DEVSTACK_GATE_TEMPEST=1
+
+          # Be explicit about what services we enable
+          ENABLED_SERVICES=q-svc,q-dhcp,q-meta,quantum,tempest,
+          ENABLED_SERVICES+=n-api,n-cond,n-cpu,n-crt,n-obj,n-sch
+          ENABLED_SERVICES+=g-api,g-reg,mysql,rabbit,key
+
+          export ENABLED_SERVICES
+
           # For now, run a small number of tests until we get the issues
           # on the ODL sorted out
           export DEVSTACK_GATE_TEMPEST_REGEX="tempest.api.network.test_networks \