mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 09:36:10 +00:00
Qemu-Server: fix wrong quotation
Before, the two strings were one single string each, rather than multiple separated by newlines. In the docs, this looked very strange as there were linebreaks and the dots were shown. Can be seen e.g. in api-viewer /nodes/{node}/qemu/{vmid}/config. Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com> Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2dda626d1e
commit
bd49ecb435
@ -783,16 +783,16 @@ my $confdesc_cloudinit = {
|
||||
searchdomain => {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
description => "cloud-init: Sets DNS search domains for a container. Create will'
|
||||
description => 'cloud-init: Sets DNS search domains for a container. Create will'
|
||||
.' automatically use the setting from the host if neither searchdomain nor nameserver'
|
||||
.' are set.",
|
||||
.' are set.',
|
||||
},
|
||||
nameserver => {
|
||||
optional => 1,
|
||||
type => 'string', format => 'address-list',
|
||||
description => "cloud-init: Sets DNS server IP address for a container. Create will'
|
||||
description => 'cloud-init: Sets DNS server IP address for a container. Create will'
|
||||
.' automatically use the setting from the host if neither searchdomain nor nameserver'
|
||||
.' are set.",
|
||||
.' are set.',
|
||||
},
|
||||
sshkeys => {
|
||||
optional => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user