Merge "Remove incorrect assignment of ping_cmd to 'True'"
This commit is contained in:
commit
17c9300570
@ -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, '
|
||||
|
Loading…
Reference in New Issue
Block a user