Merge "Remove incorrect assignment of ping_cmd to 'True'"

This commit is contained in:
Zuul 2020-04-14 13:50:28 +00:00 committed by Gerrit Code Review
commit 17c9300570

View File

@ -185,7 +185,6 @@ class Libvirt(plugin.Plugin):
' '.join(ping_cmd))
log.info(
"\tEnabling ping checks using {0}".format(ping_cmd[0]))
init_config['ping_check'] = True
break
if init_config['ping_check'] is False:
log.warn('\tUnable to find suitable ping command, '