aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-analytics/files/ntpq-nodemgr
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/contrail-analytics/files/ntpq-nodemgr')
-rwxr-xr-xcharms/trusty/contrail-analytics/files/ntpq-nodemgr10
1 files changed, 0 insertions, 10 deletions
diff --git a/charms/trusty/contrail-analytics/files/ntpq-nodemgr b/charms/trusty/contrail-analytics/files/ntpq-nodemgr
deleted file mode 100755
index da00247..0000000
--- a/charms/trusty/contrail-analytics/files/ntpq-nodemgr
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# Script to produce some dummy output to satisfy contrail-nodemgr ntp status
-# Note: This is intended to be deployed inside containers where the host is running ntp
-
-if [ -x /usr/bin/ntpq ]; then
- exec /usr/bin/ntpq "$@"
-fi
-
-echo "*"