From 2947791ad9867c2db33ff01cca10381afea6d631 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 3 Aug 2016 13:48:26 -0500 Subject: [PATCH] Add a space after openvswitch error message Improves the way to display the error message for sanity checks on OpenVSwitch. Change-Id: I6a7b6213e8099329fe066079ddc35d7583f6227e --- neutron/cmd/sanity_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/cmd/sanity_check.py b/neutron/cmd/sanity_check.py index 0e6aa4e4cb5..6d7a4c17700 100644 --- a/neutron/cmd/sanity_check.py +++ b/neutron/cmd/sanity_check.py @@ -200,7 +200,7 @@ def check_ovs_conntrack(): 'failed. OVS/CT firewall will not work. A newer ' 'version of OVS (2.5+) and linux kernel (4.3+) are ' 'required. See ' - 'https://github.com/openvswitch/ovs/blob/master/FAQ.md' + 'https://github.com/openvswitch/ovs/blob/master/FAQ.md ' 'for more information.')) return result