]> git.proxmox.com Git - qemu-server.git/commit
allow setting ipconfigX with VM.Config.Cloudinit
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 3 May 2023 07:52:03 +0000 (09:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 16:23:30 +0000 (18:23 +0200)
commit46f3fc25d8e990c339f08b00f986c4c2d66196e8
treeb74cd7ebc7de172738c89f4e74cf2cde96d3af72
parentbda7ccb1c95efc3cf874d820122a630d5edddc75
allow setting ipconfigX with VM.Config.Cloudinit

these config keys only affect the cloudinit drive contents (and state of the
guest inside the VM), they are not used anywhere on the hypervisor side, so
they should not require VM.Config.Network (which allows a lot more, such as
changing vNIC VLAN tags or the bridges they are connected to).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/Qemu.pm