Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: disable websocket proxy when cleaning up ......................................................................
packaging: setup: disable websocket proxy when cleaning up Change-Id: I9fb8af5485a117c7cc881c08ae059437a518e83b Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-remove/core/misc.py 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/19345/1 diff --git a/packaging/setup/plugins/ovirt-engine-remove/core/misc.py b/packaging/setup/plugins/ovirt-engine-remove/core/misc.py index 96a6a2f..46151fb 100644 --- a/packaging/setup/plugins/ovirt-engine-remove/core/misc.py +++ b/packaging/setup/plugins/ovirt-engine-remove/core/misc.py @@ -162,6 +162,10 @@ name=osetupcons.Const.ENGINE_SERVICE_NAME, state=False, ) + self.services.startup( + name=osetupcons.Const.WEBSOCKET_PROXY_SERVICE_NAME, + state=False, + ) @plugin.event( stage=plugin.Stages.STAGE_CLOSEUP, -- To view, visit http://gerrit.ovirt.org/19345 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9fb8af5485a117c7cc881c08ae059437a518e83b 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