Fix wrong parameter
Real parameter named 'iburst', not 'ibrust'.
Change-Id: I802f40128e576366a841095d2583eeac724ae07c
Closes-Bug: #1537748
(cherry picked from commit 996317b13a)
This commit is contained in:
committed by
Dennis Dmitriev
parent
b25c7c7ffa
commit
8da553bca7
@@ -186,7 +186,7 @@ class Ntp(object):
|
||||
# Speedup time synchronization for slaves that use admin node as a peer
|
||||
if admin_ip:
|
||||
cmd = ("sed -i 's/^server {0} .*/server {0} minpoll 3 maxpoll 5 "
|
||||
"ibrust/' /etc/ntp.conf".format(admin_ip))
|
||||
"iburst/' /etc/ntp.conf".format(admin_ip))
|
||||
remote.execute(cmd)
|
||||
|
||||
return cls
|
||||
|
||||
Reference in New Issue
Block a user