Change in vdsm[master]: utils: remove legacy code for uuid

danken at redhat.com danken at redhat.com
Fri Jul 31 15:34:56 UTC 2015


Dan Kenigsberg has posted comments on this change.

Change subject: utils: remove legacy code for uuid
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/44241/1/lib/vdsm/utils.py
File lib/vdsm/utils.py:

Line 779: __hostUUID = None
Line 780: 
Line 781: 
Line 782: def getHostUUID(legacy=False):
Line 783:     global __hostUUID
actually, let's be holier, and raise NotImplementedError if legacy==True. Just to make sure any user of the old UUID explodes.
Line 784:     if __hostUUID:
Line 785:         return __hostUUID
Line 786: 
Line 787:     __hostUUID = None


-- 
To view, visit https://gerrit.ovirt.org/44241
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1834eba15c7e5517a7aa62e1f32874244375036e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list