Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: config/database: no need to wait for any other stage ......................................................................
packaging: setup: config/database: no need to wait for any other stage Change-Id: Idb87cb10eba322cbbfa1d765ecd6f393645e780e Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/database.py 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/22916/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/database.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/database.py index 5cc6a11..2d80a63 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/database.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/database.py @@ -45,9 +45,6 @@ @plugin.event( stage=plugin.Stages.STAGE_MISC, - after=( - osetupcons.Stages.DB_CREDENTIALS_AVAILABLE_LATE, - ), ) def _misc(self): self.environment[otopicons.CoreEnv.MAIN_TRANSACTION].append( -- To view, visit http://gerrit.ovirt.org/22916 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idb87cb10eba322cbbfa1d765ecd6f393645e780e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine 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