From e876ec01a7ac7c23a4eff55775dd4bd33398c73a Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 19 Oct 2016 17:31:30 -0400 Subject: Use ntp parameter from network_settings Right now we use a ntp_server parameter set in deploy.sh, but since new network_settings file contains ntp information already, we can use those values instead. JIRA: APEX-266 Change-Id: I717af80b967971ea9111002d657972efd94a163a Signed-off-by: Feng Pan --- ci/deploy.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 9affa80a..6d3ded02 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -24,7 +24,6 @@ green=$(tput setaf 2 || echo "") interactive="FALSE" ping_site="8.8.8.8" -ntp_server="pool.ntp.org" post_config="TRUE" debug="FALSE" -- cgit 1.2.3-korg