From aa19e97b902998fe7931dcfb241d1564569cc47f Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Tue, 9 Dec 2014 15:24:37 -0700 Subject: [PATCH] Have L3 agent catch the correct exception L3 agent imports the processutils module to catch exceptions that wouldn't ever be thrown because the underlying execute() being called is the one from neutron.agent.linux.utils which raises a RuntimeError on failure. Also, processutils is now part of oslo.concurrency. So when we actually start using it, we'll use it from there. Closes-Bug: 1401626 Change-Id: I43874e1b63a0ba7b01415cafe0538f4343057066 --- openstack-common.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack-common.conf b/openstack-common.conf index 7bba50d..0afcafa 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -13,7 +13,6 @@ module=loopingcall module=middleware module=periodic_task module=policy -module=processutils module=service module=systemd module=threadgroup