Fix typo of hostmonitor
There is a typo in hostmonitor's comment. This patch fixed it. Change-Id: Ia57bb5281e19f211bddcfab8f3289d3cd9bfead0
This commit is contained in:
parent
2cd33fa3ee
commit
bc06c90e67
@ -112,7 +112,7 @@ class HandleHost(driver.DriverBase):
|
|||||||
command = cmd_str.split(' ')
|
command = cmd_str.split(' ')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Execute crmadmin command.
|
# Execute tcpdump command.
|
||||||
out, err = utils.execute(*command, run_as_root=True)
|
out, err = utils.execute(*command, run_as_root=True)
|
||||||
|
|
||||||
# If command doesn't raise exception, nic is normal.
|
# If command doesn't raise exception, nic is normal.
|
||||||
|
Loading…
Reference in New Issue
Block a user