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