Simone Tiraboschi has uploaded a new change for review. Change subject: packaging: setup: Moving question about WSP configuration to product options ......................................................................
packaging: setup: Moving question about WSP configuration to product options Moving question about websocket proxy configuration to product options section. Change-Id: I594f6d396b3ad75dabc44dc187d5ac99687ad78b Signed-off-by: Simone Tiraboschi <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/config.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/78/29178/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/config.py b/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/config.py index 63633b4..05cbdd1 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/config.py +++ b/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/config.py @@ -87,10 +87,10 @@ name=owspcons.Stages.CONFIG_WEBSOCKET_PROXY_CUSTOMIZATION, condition=lambda self: self._enabled, before=( - osetupcons.Stages.DIALOG_TITLES_E_SYSTEM, + osetupcons.Stages.DIALOG_TITLES_E_PRODUCT_OPTIONS, ), after=( - osetupcons.Stages.DIALOG_TITLES_S_SYSTEM, + osetupcons.Stages.DIALOG_TITLES_S_PRODUCT_OPTIONS, ), ) def _customization(self): -- To view, visit http://gerrit.ovirt.org/29178 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I594f6d396b3ad75dabc44dc187d5ac99687ad78b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
