]> git.proxmox.com Git - qemu-server.git/commitdiff
api: add cloudinit to available subdirs index
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 16:35:04 +0000 (17:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 16:35:04 +0000 (17:35 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index eb4eb024016fbe3498cc32bbef950721603944e5..659c3a09f2c2a857dbf10d3a8a5a53665c26e57c 100644 (file)
@@ -1075,6 +1075,7 @@ __PACKAGE__->register_method({
 
        my $res = [
            { subdir => 'config' },
+           { subdir => 'cloudinit' },
            { subdir => 'pending' },
            { subdir => 'status' },
            { subdir => 'unlink' },