[node-patches] Change in ovirt-node[master]: autoinstall:fix ntp parameter to work
hadong0720 at gmail.com
hadong0720 at gmail.com
Tue Jul 15 09:09:18 UTC 2014
hadong has uploaded a new change for review.
Change subject: autoinstall:fix ntp parameter to work
......................................................................
autoinstall:fix ntp parameter to work
Change-Id: I4a4dca7330fde95eebdcba30bf90be63f857f6f9
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1119665
Signed-off-by: hadong <hadong at redhat.com>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/84/30084/1
diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in
index 49cc2dc..a68026f 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -676,7 +676,7 @@
ntp=*)
ntp=$(printf $i|python -c "`cat << EOP
import sys
-ovirt.node.config.defaults import Timeservers
+from ovirt.node.config.defaults import Timeservers
validservers = []
for line in sys.stdin:
# remove the leading ntp=...
--
To view, visit http://gerrit.ovirt.org/30084
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a4dca7330fde95eebdcba30bf90be63f857f6f9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list