From cbec4ef1336ee8f3e4995240962fbf76542dbd9f Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 21 Jan 2015 09:49:23 +0000 Subject: [PATCH] Fixup lint --- hooks/quantum_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/quantum_utils.py b/hooks/quantum_utils.py index 8bedd589..9173afb9 100644 --- a/hooks/quantum_utils.py +++ b/hooks/quantum_utils.py @@ -167,8 +167,8 @@ def get_packages(): if plugin == 'ovs': if (source >= 'icehouse' and lsb_release()['DISTRIB_CODENAME'] < 'utopic'): - # NOTE(jamespage) neutron-vpn-agent supercedes l3-agent for icehouse - # but openswan was removed in utopic. + # NOTE(jamespage) neutron-vpn-agent supercedes l3-agent for + # icehouse but openswan was removed in utopic. packages.remove('neutron-l3-agent') packages.append('neutron-vpn-agent') packages.append('openswan')