Set Neutron's l3_ha flag to True in standalone ML2/OVS job

Even if this is standalone job, when l3_ha config option is set
to True in Neutron server, all routers will be created as HA
routers.
So for each such router created during the tests things like
keepalived, neutron-keepalived-state-change-monitor will be spawned
and also HA network will be created for tenants used by Tempest.
This will give us better coverage of things which are most commonly
used in Neutron.

Change-Id: I44ed60e88723e58ff1bb7bd0559540a596442f5a
(cherry picked from commit c53f747b1a)
This commit is contained in:
Slawek Kaplonski 2020-04-21 13:16:12 +02:00 committed by Emilien Macchi
parent 910af3712c
commit 7e1babbab6
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ parameter_defaults:
NeutronServicePlugins: 'router,qos,segments,trunk'
NeutronVniRanges: ['1:4094', ]
NeutronEnableDVR: false
NeutronL3HA: true
KernelIpNonLocalBind: 0
Debug: true
DockerPuppetDebug: True