Use lib neutron-legacy on subnodes in multinode ci jobs

Devstack's lib/neutron shouldn't be used now as it isn't ready (still,
and probably never will be, but that's different story). On the main
node in multinode CI jobs for grenade we already used lib/neutron-legacy
which is fine. But on the subnodes it was still configured to use
lib/neutron instead of lib/neutron-legacy.
This patch is changing that so lib/neutron-legacy will be used on all
nodes in the grenade multinode jobs.

Change-Id: I6e581deeb6b9f2fc0e671882650e14bb6576c1cd
This commit is contained in:
Slawek Kaplonski 2020-10-22 09:47:08 +02:00 committed by Radosław Piliszek
parent 861776163d
commit 75c5c2cc4c
1 changed files with 4 additions and 1 deletions

View File

@ -278,7 +278,10 @@
n-cpu: true
placement-client: true
# Neutron services
neutron-agent: true
# We need to keep using the neutron-legacy based services for
# now until all issues with the new lib/neutron code are solved
q-agt: true
# neutron-agent: true
# Cinder services
c-bak: true
c-vol: true