diff options
author | Feng Pan <fpan@redhat.com> | 2016-10-19 17:31:30 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-10-19 19:01:33 -0400 |
commit | e876ec01a7ac7c23a4eff55775dd4bd33398c73a (patch) | |
tree | 2efbd28b93574c7d80c9cc2b3bdd6df922ab662e /ci/deploy.sh | |
parent | d39cae2b09362c7df6351e9018a26afc7ce130e9 (diff) |
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 <fpan@redhat.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" |