summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2015-12-22 10:43:24 -0500
committerRussell Bryant <russell@ovn.org>2016-01-05 18:13:47 -0500
commit5697ca99019c1bf63a7df914554138b753fae886 (patch)
tree29d546f8b93e0983e3392d651dbfb77003e6d7cd /vtep
parent115d8719dbfda638b0f26593e1df5bb354aaacd4 (diff)
downloadopenvswitch-5697ca99019c1bf63a7df914554138b753fae886.tar.gz
python: Remove unused imports and variables.
This resolves the following flake8 error types: F841 local variable 'e' is assigned to but never used F401 'exceptions' imported but unused Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vtep')
-rwxr-xr-xvtep/ovs-vtep2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtep/ovs-vtep b/vtep/ovs-vtep
index 324452060..9b6799e33 100755
--- a/vtep/ovs-vtep
+++ b/vtep/ovs-vtep
@@ -641,7 +641,7 @@ def setup():
for port in bfd_ports:
remote_ip = ovs_vsctl("get interface %s options:remote_ip"
% port)
- tunnel = destroy_vtep_tunnel(remote_ip)
+ destroy_vtep_tunnel(remote_ip)
ovs_vsctl("del-br %s" % br)