Arik Hadas has uploaded a new change for review. Change subject: core: set spice as default display type ......................................................................
core: set spice as default display type When creating a VM, its default display type is taken from the template it is based on. This patch sets the default display type of the Blank template to SPICE so that SPICE will be set as the default display type when creating VM which is based on the Blank template. Change-Id: Icfc38462e04f4d7ebcd40f90819feec87d214791 Bug-Url: https://bugzilla.redhat.com/985313 Signed-off-by: Arik Hadas <aha...@redhat.com> --- A packaging/dbscripts/upgrade/03_03_0600_spice_as_default_display_type.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/17386/1 diff --git a/packaging/dbscripts/upgrade/03_03_0600_spice_as_default_display_type.sql b/packaging/dbscripts/upgrade/03_03_0600_spice_as_default_display_type.sql new file mode 100644 index 0000000..a1898aa --- /dev/null +++ b/packaging/dbscripts/upgrade/03_03_0600_spice_as_default_display_type.sql @@ -0,0 +1,3 @@ + +update vm_static set default_display_type = 1 where vm_guid = '00000000-0000-0000-0000-000000000000'; + -- To view, visit http://gerrit.ovirt.org/17386 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icfc38462e04f4d7ebcd40f90819feec87d214791 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <aha...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches