Michael Burns has submitted this change and it was merged. Change subject: network.py: Fix configure_ntp() ......................................................................
network.py: Fix configure_ntp() Previously the value of OVIRT_NTP was used for a local variable, but this seems to be a typo. Now this value is used for the instance so it can be picked up later on to configure NTP properly. Change-Id: Ieb6bbf90f7b5eec662689cd5c190890b86ee1225 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirtnode/network.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Michael Burns: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6742 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieb6bbf90f7b5eec662689cd5c190890b86ee1225 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Michael Burns <[email protected]> Gerrit-Reviewer: Wenyi Gao <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
