summaryrefslogtreecommitdiffstats
path: root/lib/python/apex/common/constants.py
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-10-20 13:05:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-20 13:05:00 +0000
commit117123fec30b033877bb8dfc6257c25c38b1aa72 (patch)
treea31afc223837ce9a492839ef92f7667d7902f6dc /lib/python/apex/common/constants.py
parented1361c3ddfb3633850759386daafae42b4c859c (diff)
parente876ec01a7ac7c23a4eff55775dd4bd33398c73a (diff)
Merge "Use ntp parameter from network_settings"
Diffstat (limited to 'lib/python/apex/common/constants.py')
-rw-r--r--lib/python/apex/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/apex/common/constants.py b/lib/python/apex/common/constants.py
index db0a9fd1..741bb4f8 100644
--- a/lib/python/apex/common/constants.py
+++ b/lib/python/apex/common/constants.py
@@ -18,6 +18,7 @@ COMPUTE = 'compute'
OPNFV_NETWORK_TYPES = [ADMIN_NETWORK, TENANT_NETWORK, EXTERNAL_NETWORK,
STORAGE_NETWORK, API_NETWORK]
DNS_SERVERS = ["8.8.8.8", "8.8.4.4"]
+NTP_SERVER = ["pool.ntp.org"]
COMPUTE = 'compute'
CONTROLLER = 'controller'
ROLES = [COMPUTE, CONTROLLER]