From 92f4be45d2edfaff104daa1dc80b0bb27860448f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Nov 2022 17:35:04 +0100 Subject: [PATCH] api: add cloudinit to available subdirs index Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index eb4eb024..659c3a09 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1075,6 +1075,7 @@ __PACKAGE__->register_method({ my $res = [ { subdir => 'config' }, + { subdir => 'cloudinit' }, { subdir => 'pending' }, { subdir => 'status' }, { subdir => 'unlink' },