]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not log WARN messages about lack of L3 agents for DVR routers
authorarmando-migliaccio <armamig@gmail.com>
Thu, 21 Aug 2014 19:51:40 +0000 (12:51 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Thu, 21 Aug 2014 21:28:20 +0000 (14:28 -0700)
commitfb223cc1ebd3dc4d6f968346a2baa671acb6ffa2
treebb5185f261f7374e29631cd2d1ad54897e7e30f7
parent921969d374b102b2fad9bae0ae9a522af35108d2
Do not log WARN messages about lack of L3 agents for DVR routers

DVR routers are scheduled only when there is need to: for instance when
there's an external gateway associated with it, or when there are
interfaces attached to subnets on which VM's are actually being deployed.

Therefore, do not log misleading messages that apply only to the
centralized case.

Closes-bug: 1358998

Change-Id: Ica7f0d25fe576f05a9adf8eb8239704f09c0b0ac
neutron/db/l3_dvrscheduler_db.py
neutron/scheduler/l3_agent_scheduler.py