]> git.proxmox.com Git - qemu-server.git/commitdiff
add template config option
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 18 Apr 2013 15:05:29 +0000 (17:05 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Apr 2013 04:56:03 +0000 (06:56 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm

index e0309c3ebc162432409473478e4983b5ec8d61f3..e72b2c9be8862e3927b3ce34990a1f79bfea612e 100644 (file)
@@ -358,6 +358,12 @@ EODESC
        typetext => '[[order=]\d+] [,up=\d+] [,down=\d+] ',
        description => "Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.",
     },
+    template => {
+       optional => 1,
+       type => 'boolean',
+       description => "Enable/disable Template.",
+       default => 0,
+    },
     args => {
        optional => 1,
        type => 'string',