summaryrefslogtreecommitdiff
path: root/neutron/cmd/ovs_cleanup.py
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2018-10-04 14:19:16 -0400
committerManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>2018-10-05 21:48:41 +0000
commit2b57f0857612caf25353b27073a0ad06889fa447 (patch)
tree156622d072938785ec0b8c836178a733cc7b6557 /neutron/cmd/ovs_cleanup.py
parentc4b16aa492442b5108a2b8ac222266a5d80464df (diff)
downloadneutron-2b57f0857612caf25353b27073a0ad06889fa447.tar.gz
Fix flake8 H404 errors
Fix H404 error and start enforcing it. Trivialfix Change-Id: Iaa6fb4f1f07dee32a944259ab65204360d9db7ea
Diffstat (limited to 'neutron/cmd/ovs_cleanup.py')
-rw-r--r--neutron/cmd/ovs_cleanup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/neutron/cmd/ovs_cleanup.py b/neutron/cmd/ovs_cleanup.py
index 98c3b9fa73..9373a9033a 100644
--- a/neutron/cmd/ovs_cleanup.py
+++ b/neutron/cmd/ovs_cleanup.py
@@ -48,7 +48,8 @@ def setup_conf():
def get_bridge_deletable_ports(br):
- """
+ """Get bridge deletable ports
+
Return a list of OVS Bridge ports, excluding the ports who should not be
cleaned. such ports are tagged with the 'skip_cleanup' key in external_ids.
"""