Add a space after openvswitch error message

Improves the way to display the error message for sanity checks on
OpenVSwitch.

Change-Id: I6a7b6213e8099329fe066079ddc35d7583f6227e
This commit is contained in:
Victor Morales 2016-08-03 13:48:26 -05:00
parent 1a8277a14c
commit 2947791ad9
1 changed files with 1 additions and 1 deletions

View File

@ -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