From 8ee201d49e5ae5b44bb6cfad19abc95324525f89 Mon Sep 17 00:00:00 2001 From: fumihiko kakuma Date: Tue, 8 Dec 2015 08:19:20 +0900 Subject: [PATCH] Remove OVERRIDE_ENABLED_SERVICES from neutron yaml files This change removes OVERRIDE_ENABLED_SERVICES from gate-tempest-dsvm-neutron-dvr-ovs-native job. The job uses the service list that is created by devstack-gate. Closes-bug: #1521846 Change-Id: I00af1499c8b2e5ec4981da425a7c7c89f6e13378 --- jenkins/jobs/neutron.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jenkins/jobs/neutron.yaml b/jenkins/jobs/neutron.yaml index 19d9605063..bfcb844a73 100644 --- a/jenkins/jobs/neutron.yaml +++ b/jenkins/jobs/neutron.yaml @@ -94,13 +94,6 @@ - devstack-checkout - shell: | #!/bin/bash -xe - # Start with the base set of services - OVERRIDE_ENABLED_SERVICES=mysql,rabbit,key,tempest,g-api,g-reg - # Add Nova services (except for nova-network) - OVERRIDE_ENABLED_SERVICES+=,n-api,n-cond,n-cpu,n-crt,n-obj,n-sch - # Enable Neutron - OVERRIDE_ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-l3,q-agt - export OVERRIDE_ENABLED_SERVICES export PYTHONUNBUFFERED=true export DEVSTACK_GATE_TIMEOUT=120 export DEVSTACK_GATE_TEMPEST=1