Alon Bar-Lev has uploaded a new change for review.

Change subject: pacakging: use p12 key and not .keystore
......................................................................

pacakging: use p12 key and not .keystore

Do we actually need this?

Change-Id: Ifc958b1bfee041e4169e72ab877bab40e9230064
Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
---
M packaging/ovirt-engine-reports-setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/37/12737/1

diff --git a/packaging/ovirt-engine-reports-setup.py 
b/packaging/ovirt-engine-reports-setup.py
index 524d8fd..7d8bc06 100755
--- a/packaging/ovirt-engine-reports-setup.py
+++ b/packaging/ovirt-engine-reports-setup.py
@@ -432,7 +432,7 @@
         logging.debug("no saved WAR dir found, will not restore WAR")
 
 def isOvirtEngineInstalled():
-    keystore = os.path.join(DIR_PKI, ".keystore")
+    keystore = os.path.join(DIR_PKI, "keys", "engine.p12")
     engine_ear = "%s/engine.ear" % DIR_DEPLOY
 
     if os.path.exists(keystore):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc958b1bfee041e4169e72ab877bab40e9230064
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to