]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
L3 agent: use run_immediately parameter to sync after start
authorOleg Bondarev <obondarev@mirantis.com>
Mon, 12 Oct 2015 15:59:55 +0000 (18:59 +0300)
committerOleg Bondarev <obondarev@mirantis.com>
Tue, 13 Oct 2015 07:19:49 +0000 (10:19 +0300)
commitcbc268e8395d72c8aa6ea05d90bd22f99df1b8db
tree284ebce258e2b00d7495518b4c52d4227d9bbd7a
parent090fe713592c2b6398d999bfa03b80cbb2054609
L3 agent: use run_immediately parameter to sync after start

Explicit call to periodic resync after start may lead to
double syncing. See bug for details.

Closes-Bug: #1505282
Change-Id: Ib5e481d579039b2c3e87d4f12cad1241d02fe060
neutron/agent/l3/agent.py
neutron/tests/unit/agent/l3/test_agent.py