]> git.proxmox.com Git - qemu-server.git/commitdiff
cleanup cloud-init option descriptions
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Mar 2018 09:53:41 +0000 (10:53 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Mar 2018 09:53:41 +0000 (10:53 +0100)
PVE/QemuServer.pm

index 667ebb71d5ddb7d7684a2baad0828dec25c7ddec..628ca3359cf11140ebb1d1242dabfb1e8e1c9aba 100644 (file)
@@ -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).",
     },
 };