Tomas Jelinek has uploaded a new change for review.

Change subject: core: use native launch as the default console mode
......................................................................

core: use native launch as the default console mode

Changes the default spice console mode from auto (e.g. try plugin, if not there
use native client) to use native by default.

This change will not touch the existing installations during update only the
new installations, since this is an option configurable by user so we are not
destroying it.

Change-Id: I4e63a2386d7bd43757c34b7839a6b4e3ca3520b2
Bug-Url: https://bugzilla.redhat.com/1083523
Signed-off-by: Tomas Jelinek <[email protected]>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/05/40605/1

diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index 17f574a..bb37105 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -586,7 +586,7 @@
 -- AutoRecoveryConfiguration
 select fn_db_add_config_value('AutoRecoveryAllowedTypes','{\"storage 
domains\":\"true\",\"hosts\":\"true\"}','general');
 -- SPICE client mode default settings (Auto, Native, Plugin)
-select fn_db_add_config_value('ClientModeSpiceDefault','Auto','general');
+select fn_db_add_config_value('ClientModeSpiceDefault','Native','general');
 -- VNC client mode default settings (Native, NoVnc)
 select fn_db_add_config_value('ClientModeVncDefault','Native','general');
 -- RDP client mode default settings (Auto, Native, Plugin)


-- 
To view, visit https://gerrit.ovirt.org/40605
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e63a2386d7bd43757c34b7839a6b4e3ca3520b2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to