From 8625c47f16ddff687a0a24a997bda4fac9dfb292 Mon Sep 17 00:00:00 2001 From: Dima Kuznetsov Date: Tue, 18 Apr 2017 10:21:10 +0300 Subject: [PATCH] Fix imports --- wan_qos/agent/tc_agent.py | 2 +- wan_qos/agent/tc_manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wan_qos/agent/tc_agent.py b/wan_qos/agent/tc_agent.py index c717f10..46ea885 100644 --- a/wan_qos/agent/tc_agent.py +++ b/wan_qos/agent/tc_agent.py @@ -18,7 +18,7 @@ import sys from oslo_config import cfg from oslo_service import service -from neutron.agent.common import config +from neutron.conf.agent import common as config from neutron.common import config as common_config from neutron import service as neutron_service diff --git a/wan_qos/agent/tc_manager.py b/wan_qos/agent/tc_manager.py index f39cb37..921c480 100644 --- a/wan_qos/agent/tc_manager.py +++ b/wan_qos/agent/tc_manager.py @@ -17,8 +17,8 @@ from oslo_config import cfg from oslo_log import log as logging import oslo_messaging as messaging -from neutron import context as ctx from neutron import manager +from neutron_lib import context as ctx from neutron_lib import exceptions from wan_qos.agent import tc_driver