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

Change subject: packaging: setup: supress log of apache key
......................................................................

packaging: setup: supress log of apache key

Change-Id: I961ec13117e0eeb94d8d1e3c01549a67bce3461d
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-setup/pki/ca.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/13/16013/1

diff --git a/packaging/setup/plugins/ovirt-engine-setup/pki/ca.py 
b/packaging/setup/plugins/ovirt-engine-setup/pki/ca.py
index c9df498..1433f34 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/pki/ca.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/pki/ca.py
@@ -214,7 +214,7 @@
         )
 
         self.execute(
-            (
+            args=(
                 self.command.get('openssl'),
                 'pkcs12',
                 '-in', (
@@ -229,6 +229,7 @@
                     osetupcons.FileLocations.OVIRT_ENGINE_PKI_APACHE_KEY
                 ),
             ),
+            logStreams=False,
         )
         uninstall_files.append(
             osetupcons.FileLocations.OVIRT_ENGINE_PKI_APACHE_KEY


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I961ec13117e0eeb94d8d1e3c01549a67bce3461d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to