Hello Yedidyah Bar David, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/18264 to review the following change. Change subject: packaging: setup: restart httpd after engine start ...................................................................... packaging: setup: restart httpd after engine start Make apache httpd restart only after we started the engine service so that it manages to connect to it. Change-Id: If5bdb00adbb0f08edefc931c4fe629f589be1ae1 Signed-off-by: Yedidyah Bar David <d...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-common/system/apache.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/18264/1 diff --git a/packaging/setup/plugins/ovirt-engine-common/system/apache.py b/packaging/setup/plugins/ovirt-engine-common/system/apache.py index aedaf74..8999c37 100644 --- a/packaging/setup/plugins/ovirt-engine-common/system/apache.py +++ b/packaging/setup/plugins/ovirt-engine-common/system/apache.py @@ -62,6 +62,9 @@ @plugin.event( stage=plugin.Stages.STAGE_CLOSEUP, name=osetupcons.Stages.APACHE_RESTART, + after=( + osetupcons.Stages.CORE_ENGINE_START, + ), condition=lambda self: ( self._enabled and self.environment[ -- To view, visit http://gerrit.ovirt.org/18264 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If5bdb00adbb0f08edefc931c4fe629f589be1ae1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches