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
This commit is contained in:
fumihiko kakuma 2015-12-08 08:19:20 +09:00
parent 0ed1587691
commit 8ee201d49e

View File

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