]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
l3_agent: avoid name conflict with context
authorIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 16 Oct 2014 06:31:03 +0000 (15:31 +0900)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 16 Oct 2014 06:35:00 +0000 (15:35 +0900)
commitffcb30c4fbee334f9903d2719418bc6aa9d7721c
tree2c9550d213eff1e90a0b16560d3755a0187b6ea6
parent7cb6ca011efb766def95535f1ff2dfb707a7768f
l3_agent: avoid name conflict with context

module name, context, conflicts with argument name in many place in
l3_agent. In order to avoid such conflict, import context as n_context
following Neutron practice.

Change-Id: Ic3754818f84064d2c8da04914826fc912437b2f0
Closes-Bug: #1381900
neutron/agent/l3_agent.py