]> git.proxmox.com Git - pve-cluster.git/commitdiff
add a way to select the default console viewer
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Dec 2013 05:17:20 +0000 (06:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Dec 2013 05:17:20 +0000 (06:17 +0100)
data/PVE/Cluster.pm

index b384a2c4289715898854a6efdb6a4ef20db05f8d..f8bfb3cb58d687d7802c7246f3772e9bac21835f 100644 (file)
@@ -1256,6 +1256,12 @@ my $datacenter_schema = {
            type => 'boolean',
            description => "Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration.",
        },
+       console => {
+           optional => 1,
+           type => 'string',
+           description => "Select the default Console viewer. You can either use the builtin java applet (VNC), or an external virt-viewer comtatible application (SPICE).",
+           enum => ['applet', 'vv'],
+       },
     },
 };