Michal Skrivanek has posted comments on this change.

Change subject: agent: Implement basics for API Versioning
......................................................................


Patch Set 5:

(1 comment)

....................................................
File ovirt-guest-agent/OVirtAgentLogic.py
Line 269:         if apiVersion > 0:
Line 270:             logging.debug("Sending API version %d", apiVersion)
Line 271:             self.vio.write('api-version', {'apiVersion': apiVersion})
Line 272:         else:
Line 273:             logging.debug("Not sending API version. "
you do want to send a response if invoked via line 257
Line 274:                           "API versioning not supported by other 
end.")
Line 275: 
Line 276:     def sendUserInfo(self, force=False):
Line 277:         cur_user = str(self.dr.getActiveUser())


-- 
To view, visit http://gerrit.ovirt.org/16995
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I754d52009538914dd0143894b24ad48fbf13cb38
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Vinzenz Feenstra <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to