Change in vdsm[master]: utils: Use ovirt node for persist files

smizrahi at redhat.com smizrahi at redhat.com
Tue Nov 4 12:41:05 UTC 2014


Saggi Mizrahi has posted comments on this change.

Change subject: utils: Use ovirt node for persist files
......................................................................


Patch Set 4: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/33468/4/lib/vdsm/utils.py
File lib/vdsm/utils.py:

Line 55: 
Line 56: try:
Line 57:     # If failing to import old code, then try importing the legacy code
Line 58:     from ovirtnode import ovirtfunctions
Line 59:     persist = ovirtfunctions.ovirt_store_config
Should be persistFile
Line 60: except ImportError:
Line 61:     try:
Line 62:         from ovirt.node.utils.fs import Config
Line 63:         persistFile = Config().persist


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ice245d54497862f9fb86cb32acd13b8a790026b2
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list