Eli Mesika has posted comments on this change.

Change subject: engine: Fix spice secure channels treatment
......................................................................


Patch Set 4: Code-Review-1

(1 comment)

....................................................
File packaging/dbscripts/upgrade/03_04_0220_rename_deprecated_spice_channels.sql
Line 1: -- replaces deprecated channels (prefixed by 's') by their correct names
Line 2: update vdc_options set option_value =
This is not the correct way for doing that 
Please see the 0000_config..sql file header 
You should add a line to the 'add' and to the 'update' sections
Line 3:     
replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(
Line 4:             option_value, 'ssmartcard', 'smartcard'),
Line 5:         'susbredir', 'usbredir'),
Line 6:         'smain', 'main'),


-- 
To view, visit http://gerrit.ovirt.org/22292
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6eadb0b1bae92ec6d49fc5459e4cec68c8ec2e49
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Frank Kobzik <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Frank Kobzik <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to