]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use router state in get_ha_device_name and ha_network_added
authorAssaf Muller <amuller@redhat.com>
Tue, 24 Mar 2015 23:56:37 +0000 (19:56 -0400)
committerAssaf Muller <amuller@redhat.com>
Thu, 26 Mar 2015 17:12:17 +0000 (17:12 +0000)
commitaf1f99478722893ea5e68e79ea8790f7e390a631
treec57f648c1dc8332507032718e317c892f7f9d677
parent807b74dc0c57e81e84c7e0b372e849000cb2aa9e
Use router state in get_ha_device_name and ha_network_added

get_ha_device_name and ha_network_added were moved from the
agent to the router class, but they're not using the router
state. Rather, they're accepting arguments that they don't
need.

Partially-Implements: bp/restructure-l3-agent
Change-Id: I9a70cbc4c45ceadd8b0a86c49ac35f0885db4997
neutron/agent/l3/ha_router.py
neutron/tests/functional/agent/test_l3_agent.py