Sandro Bonazzola has uploaded a new change for review.

Change subject: packaging: setup: fix late setup stages ordering
......................................................................

packaging: setup: fix late setup stages ordering

Require vdsm-tool configure --force to be executed
before trying to generate PKI certificates.

Change-Id: Ic74b12397b89b449c03029d9e280536256ad0f72
Bug-Url: https://bugzilla.redhat.com/1139020
Bug-Url: https://bugzilla.redhat.com/1142696
Signed-off-by: Sandro Bonazzola <[email protected]>
(cherry picked from commit 73f2550ae821cc83f5362deaba723c3f2bc3003d)
---
M src/plugins/ovirt-hosted-engine-setup/pki/vdsmpki.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/74/33074/1

diff --git a/src/plugins/ovirt-hosted-engine-setup/pki/vdsmpki.py 
b/src/plugins/ovirt-hosted-engine-setup/pki/vdsmpki.py
index 12ff0b0..84d3ae2 100644
--- a/src/plugins/ovirt-hosted-engine-setup/pki/vdsmpki.py
+++ b/src/plugins/ovirt-hosted-engine-setup/pki/vdsmpki.py
@@ -255,7 +255,7 @@
     @plugin.event(
         stage=plugin.Stages.STAGE_LATE_SETUP,
         name=ohostedcons.Stages.VDSMD_PKI,
-        before=(
+        after=(
             ohostedcons.Stages.VDSM_LIBVIRT_CONFIGURED,
         ),
     )


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic74b12397b89b449c03029d9e280536256ad0f72
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: ovirt-hosted-engine-setup-1.2
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to