Douglas Schilling Landgraf has posted comments on this change.

Change subject: engine.py: fix nodeCleanup() call
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File vdsm_reg/deployUtil.py.in
Line 1420:     RHEVM_CERT_FILE = "/ca.crt"
Line 1421:     rhevmCert = getRemoteFile(str(IP), str(port), RHEVM_CERT_FILE)
Line 1422:     if rhevmCert:
Line 1423:         nodeCleanup()
Line 1424:         dirName = os.path.dirname(CACERT)
Dan, can you please clarify to me: Do you prefer download the cert with a 
different name and after that remove/unpersist the current cert and rename the 
downloaded cert to cacert?
Line 1425:         if not os.path.exists(dirName):
Line 1426:             os.makedirs(dirName)
Line 1427:         crt = file(CACERT, "w+")
Line 1428:         try:


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I62e86e354b3a588ce6113d7b308ece801af22917
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com>
Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsl...@redhat.com>
Gerrit-Reviewer: Michael Burns <mbu...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to