]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
close #2741: add VM.Config.Cloudinit permission
authorMira Limbeck <m.limbeck@proxmox.com>
Thu, 25 Jun 2020 14:48:47 +0000 (16:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Jun 2020 07:41:43 +0000 (09:41 +0200)
commitfc701af7406336d18e4f20d61010c7de69fdd9f1
tree0b7fd665766c5beb39594e3780e38ef606344c8d
parentf57666e9496c5ea06d937c4adf0a8def95f2487c
close #2741: add VM.Config.Cloudinit permission

This allows setting ciuser, cipassword and all other cloudinit settings that
are not part of the network without VM.Config.Network permissions.
Keep VM.Config.Network still as fallback so custom roles that add
VM.Config.Network but not VM.Config.Cloudinit don't break.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/API2/Qemu.pm