Switch to neutron-* service names

This patch switches gate jobs from old lib/neutron-legacy devstack
lib to the new lib/neutron.

Change-Id: Icd664cf94e43b4f30e1d5a23a73239f6516dcba0
This commit is contained in:
rabi 2018-05-31 09:36:15 +05:30
parent 4748dbc4b1
commit 4a75a778e1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
services+=,placement-api,placement-client
services+=,g-api,g-reg
services+=,c-sch,c-api,c-vol,c-bak
services+=,q-svc,q-dhcp,q-meta,q-agt,q-l3,q-trunk
services+=,neutron-api,neutron-dhcp,neutron-metadata-agent,neutron-agent,neutron-l3,neutron-trunk
if [ "{{ use_python3 }}" -eq 1 ] ; then
export DEVSTACK_GATE_USE_PYTHON3=True