Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: fix firewalld path ......................................................................
packaging: setup: fix firewalld path fix firewalld path after directory renaming in http://gerrit.ovirt.org/27502 Related-To: http://gerrit.ovirt.org/27502 Change-Id: I4115c6e1f30e3d0b9001fa6a6fbc2876ee08df44 Signed-off-by: Sandro Bonazzola <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/provisioning/postgres.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/98/28698/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/provisioning/postgres.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/provisioning/postgres.py index 7ac7666..8f1c738 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/provisioning/postgres.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/provisioning/postgres.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. @@ -161,7 +161,7 @@ self.environment[osetupcons.NetEnv.FIREWALLD_SERVICES].extend([ { 'name': 'ovirt-postgres', - 'directory': 'ovirt-engine' + 'directory': 'ovirt' }, ]) -- To view, visit http://gerrit.ovirt.org/28698 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4115c6e1f30e3d0b9001fa6a6fbc2876ee08df44 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
