Vinzenz Feenstra has uploaded a new change for review. Change subject: Report FQDN more periodically ......................................................................
Report FQDN more periodically Change-Id: I6754a6d77226636b8753425ca75cb7ccd56aa093 Bug-Url: https://bugzilla.redhat.com/1101947 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M ovirt-guest-agent/OVirtAgentLogic.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/05/28205/1 diff --git a/ovirt-guest-agent/OVirtAgentLogic.py b/ovirt-guest-agent/OVirtAgentLogic.py index 35d4265..21acc3a 100644 --- a/ovirt-guest-agent/OVirtAgentLogic.py +++ b/ovirt-guest-agent/OVirtAgentLogic.py @@ -227,6 +227,7 @@ if appsecs <= 0: self.sendAppList() self.sendInfo() + self.sendFQDN() appsecs = self.appRefreshRate disksecs -= 1 if disksecs <= 0: -- To view, visit http://gerrit.ovirt.org/28205 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6754a6d77226636b8753425ca75cb7ccd56aa093 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
