From 3dc3d51740c0df519a35ac8c3dfb0bdbc0b9e3e7 Mon Sep 17 00:00:00 2001 From: Nader Lahouti Date: Wed, 8 Mar 2017 17:26:25 -0800 Subject: [PATCH] Correction for importing context module Change-Id: Icfe6c8ee5acc9b34a43eea2ba5af80ada229c4b9 --- networking_arista/l3Plugin/l3_arista.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking_arista/l3Plugin/l3_arista.py b/networking_arista/l3Plugin/l3_arista.py index 11838539..af3e773e 100644 --- a/networking_arista/l3Plugin/l3_arista.py +++ b/networking_arista/l3Plugin/l3_arista.py @@ -16,6 +16,7 @@ import copy import threading from neutron_lib import constants as n_const +from neutron_lib import context as nctx from oslo_config import cfg from oslo_log import helpers as log_helpers from oslo_log import log as logging @@ -25,7 +26,6 @@ from neutron.api.rpc.agentnotifiers import l3_rpc_agent_api from neutron.api.rpc.handlers import l3_rpc from neutron.common import rpc as n_rpc from neutron.common import topics -from neutron import context as nctx from neutron.db import db_base_plugin_v2 from neutron.db import extraroute_db from neutron.db import l3_agentschedulers_db