]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
netns commands should always run in the root ns
authorMark McClain <mark.mcclain@dreamhost.com>
Fri, 31 Aug 2012 19:48:27 +0000 (15:48 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Sat, 1 Sep 2012 19:11:52 +0000 (15:11 -0400)
commit7dcaeecfd51065cda93d2c88a24ba330efac6f73
tree8bf2e6bed5f59c86b3a249308f8e991c9b1b03cc
parentb17176f11029df079628a3305dcdc4d03104f299
netns commands should always run in the root ns

fixes bug 1044542

Previously, some netns commands were executed in the context of the
namespace defined in the wrapper. These commands should be be executed in
the root namespace for the most reliable results.

Change-Id: I4915aa6f75af3f65ce2adb40360bcd841f549239
quantum/agent/linux/ip_lib.py
quantum/tests/unit/test_linux_ip_lib.py