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))
|
' '.join(ping_cmd))
|
||||||
log.info(
|
log.info(
|
||||||
"\tEnabling ping checks using {0}".format(ping_cmd[0]))
|
"\tEnabling ping checks using {0}".format(ping_cmd[0]))
|
||||||
init_config['ping_check'] = True
|
|
||||||
break
|
break
|
||||||
if init_config['ping_check'] is False:
|
if init_config['ping_check'] is False:
|
||||||
log.warn('\tUnable to find suitable ping command, '
|
log.warn('\tUnable to find suitable ping command, '
|
||||||
|
Loading…
Reference in New Issue
Block a user