Switched gate to new neutron-* service names

devstack assumes that if there is any q-* service enabled, then the old
lib/neutron-legacy library is used to configure neutron, which breaks
attempts to use new neutron-* services in -api job gate.

This patch makes gate hooks to use new neutron-* names for services.
Once we will move to all neutron-* services in gate, it will effectively
disable -legacy logic.

Depends-On: I2fbd7649b6ef312940dca704ed3ebdb1e2e93576
Change-Id: Id5377c93d414c07f3a676b1411c3f5ee96083b66
This commit is contained in:
Ihar Hrachyshka 2017-03-05 05:53:50 +00:00
parent a94223a685
commit 94fbbc7093
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
enable_service q-dns
enable_service neutron-dns

View File

@ -1,2 +1,2 @@
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_service q-qos
enable_service neutron-qos

View File

@ -1 +1 @@
enable_service q-trunk
enable_service neutron-trunk