mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-03 03:28:33 +00:00
cleanup cloud-init option descriptions
This commit is contained in:
parent
498cdc36dc
commit
1d1c4e1c1c
@ -554,8 +554,7 @@ my $confdesc_cloudinit = {
|
||||
cipassword => {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
description => 'cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. '
|
||||
. 'Also note that older cloud-init versions do not support hashed passwords.',
|
||||
description => 'cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords.',
|
||||
},
|
||||
searchdomain => {
|
||||
optional => 1,
|
||||
@ -571,8 +570,7 @@ my $confdesc_cloudinit = {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
format => 'urlencoded',
|
||||
description => "cloud-init : Setup public SSH keys (one key per line, " .
|
||||
"OpenSSH format).",
|
||||
description => "cloud-init: Setup public SSH keys (one key per line, OpenSSH format).",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user