---
 PVE/QemuServer.pm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 6c41a57..19951d2 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -507,6 +507,23 @@ EODESCR
        description => "Select BIOS implementation.",
        default => 'seabios',
     },
+    searchdomain => {
+       optional => 1,
+       type => 'string',
+       description => "Sets DNS search domains. Create will automatically use 
the setting from the host if you neither set searchdomain or nameserver.",
+    },
+    nameserver => {
+       optional => 1,
+       type => 'string',
+       description => "Sets DNS server IP address. Create will automatically 
use the setting from the host if you neither set searchdomain or nameserver.",
+    },
+    sshkey => {
+       optional => 1,
+       type => 'string', format => 'urlencoded',
+       maxLength => 1024,
+       description => "Ssh keys for root",
+    },
+
 };
 
 # what about other qemu settings ?
-- 
2.11.0

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to