Don't override min_l3_agents_per_router in tests

The option is about to be removed which will break the unit tests suite
for the repo.

Change-Id: I908c3717b5db970080c7880a6d2455cb382d7104
See: I3a9195ff6fd18fad9f85cec03a632e7e52d954e7
Related-Bug: #1555042
This commit is contained in:
Ihar Hrachyshka 2017-01-08 16:53:41 +00:00
parent 4f190e61d4
commit 3aa73ef336
1 changed files with 0 additions and 1 deletions

View File

@ -1222,7 +1222,6 @@ class BgpTests(test_plugin.Ml2PluginV2TestCase,
if router_ha:
cfg.CONF.set_override('l3_ha', True)
cfg.CONF.set_override('max_l3_agents_per_router', 2)
cfg.CONF.set_override('min_l3_agents_per_router', 2)
gw_prefix = '172.16.10.0/24'
tenant_prefix = '10.10.10.0/24'
tenant_id = _uuid()