Signed-off-by: Alexandre Derumier <aderum...@odiso.com>
---
 PVE/API2/Qemu.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index 1d5b66f..57a75fc 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -1227,6 +1227,7 @@ __PACKAGE__->register_method({
            $conf = PVE::QemuConfig->load_current_config($param->{vmid}, 
$param->{current});
        }
        $conf->{cipassword} = '**********' if $conf->{cipassword};
+       delete $conf->{cloudinit};
        return $conf;
 
     }});
-- 
2.30.2


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

Reply via email to