There are still some issues with lib/neutron thus neutron-legacy is used
on controller node in multinode jobs and in single node jobs.
But in "group-vars" in devstack job it was configured to use
lib/neutron which can cause some problems in multinode jobs.
So lets switch to neutron-legacy on subnodes also until lib/neutron
will be ready to use everywhere.
Change-Id: I0d7f9f2baaee2836a719f199939156bd4f53f778
| ... | ... |
@@ -460,7 +460,10 @@ |
| 460 | 460 |
n-cpu: true |
| 461 | 461 |
placement-client: true |
| 462 | 462 |
# Neutron services |
| 463 |
- neutron-agent: true |
|
| 463 |
+ # We need to keep using the neutron-legacy based services for |
|
| 464 |
+ # now until all issues with the new lib/neutron code are solved |
|
| 465 |
+ q-agt: true |
|
| 466 |
+ # neutron-agent: true |
|
| 464 | 467 |
# Cinder services |
| 465 | 468 |
c-bak: true |
| 466 | 469 |
c-vol: true |