Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: remove dependency loop in setup ......................................................................
packaging: setup: remove dependency loop in setup Avoid to require odwhcons.Stages.DB_CREDENTIALS_AVAILABLE in schema validation stage while it's provided by pgpass misc stage. Avoid loop in dependency resolution since misc is after validation. Change-Id: Idd0956e6fb7eea724624b85689bcd2b9dbe8bb8f Signed-off-by: Sandro Bonazzola <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/schema.py 1 file changed, 1 insertion(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/11/28711/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/schema.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/schema.py index ea8ab94..a776086 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/schema.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/schema.py @@ -1,6 +1,6 @@ # # ovirt-engine-setup -- ovirt engine setup -# Copyright (C) 2013 Red Hat, Inc. +# Copyright (C) 2013-2014 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -278,9 +278,6 @@ @plugin.event( stage=plugin.Stages.STAGE_VALIDATION, - after=( - odwhcons.Stages.DB_CREDENTIALS_AVAILABLE, - ), condition=lambda self: ( self.environment[odwhcons.CoreEnv.ENABLE] and not self.environment[ -- To view, visit http://gerrit.ovirt.org/28711 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd0956e6fb7eea724624b85689bcd2b9dbe8bb8f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
