]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Distributed router can not add routes
authoryangxurong <yangxurong@huawei.com>
Sat, 27 Dec 2014 09:29:27 +0000 (17:29 +0800)
committerBrian Haley <brian.haley@hp.com>
Wed, 12 Aug 2015 18:24:02 +0000 (14:24 -0400)
commit2bb48eb58ad28a629dd12c434b83680aa3f240a4
tree69d574d8edc663ce8e90e2b6c37daeb33b919ce6
parentbbfd5cf486068badd9a588cb8eda61972337fd77
Distributed router can not add routes

Centralized router can add routes, but distributed router can not,
the neutron router-update operation fails silently.  This is
because on a distributed router commands need to be run in the
snat-* namespace, and not the qrouter-* namespace as on a
centralized router.

Change-Id: I517effcfc299c67c3413f7dc3352b97515ff69db
Closes-Bug: #1405910
Co-Authored-By: Ryan Moats <rmoats@us.ibm.com>
neutron/agent/l3/dvr_edge_router.py
neutron/agent/l3/router_info.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/l3/test_router_info.py