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

Change subject: vdsm: pki: fix accept enrollment
......................................................................

vdsm: pki: fix accept enrollment

Due to python indent typo

Change-Id: I2cb780e61a6071616187e0e21aae768866aba976
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M src/plugins/ovirt-host-deploy/vdsm/pki.py
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/61/10361/1

diff --git a/src/plugins/ovirt-host-deploy/vdsm/pki.py 
b/src/plugins/ovirt-host-deploy/vdsm/pki.py
index 178e215..b83f963 100644
--- a/src/plugins/ovirt-host-deploy/vdsm/pki.py
+++ b/src/plugins/ovirt-host-deploy/vdsm/pki.py
@@ -295,10 +295,10 @@
                     ),
                 )
 
-                if useM2Crypto:
-                    cacert, vdsmchain = self._getChainM2Crypto(chain)
-                else:
-                    cacert, vdsmchain = self._getChainOpenSSL(chain)
+            if useM2Crypto:
+                cacert, vdsmchain = self._getChainM2Crypto(chain)
+            else:
+                cacert, vdsmchain = self._getChainOpenSSL(chain)
 
             for f in (
                 os.path.join(


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cb780e61a6071616187e0e21aae768866aba976
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
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