Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: fix double naming of one stage ......................................................................
packaging: setup: fix double naming of one stage Fix double naming of one stage introduced with 15b69cc Change-Id: I9648dced383a75768a7a5908cafe924c6810a40f Related-To: https://bugzilla.redhat.com/1034726 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> (cherry picked from commit 95f82cf4b16d3a2a76e362b4cee9999088169985) --- M src/plugins/ovirt-hosted-engine-setup/system/vdsmenv.py M src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py 2 files changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/75/25475/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/system/vdsmenv.py b/src/plugins/ovirt-hosted-engine-setup/system/vdsmenv.py index 42fa9b2..70c0e7b 100644 --- a/src/plugins/ovirt-hosted-engine-setup/system/vdsmenv.py +++ b/src/plugins/ovirt-hosted-engine-setup/system/vdsmenv.py @@ -109,7 +109,6 @@ after=( ohostedcons.Stages.VDSMD_CONF_LOADED, ), - name=ohostedcons.Stages.VDSMD_LATE_SETUP_READY, ) def _late_setup(self): #We need vdsmd up for customization checks diff --git a/src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py b/src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py index 7b73b51..e65095e 100644 --- a/src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py +++ b/src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py @@ -90,6 +90,7 @@ stage=plugin.Stages.STAGE_LATE_SETUP, after=( ohostedcons.Stages.VDSMD_CONF_LOADED, + ohostedcons.Stages.VDSM_LIBVIRT_CONFIGURED, ), name=ohostedcons.Stages.VDSMD_LATE_SETUP_READY, ) -- To view, visit http://gerrit.ovirt.org/25475 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9648dced383a75768a7a5908cafe924c6810a40f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.0 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches