]> git.proxmox.com Git - pve-manager.git/commit
get_filtered_vmlist: save VM conf in own subhash
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Mar 2017 15:47:41 +0000 (16:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 08:04:09 +0000 (09:04 +0100)
commitb2bb6d77498567110e922b28c08648df6a9af772
treed45b5d6bad32a09e62d14cb181cc2f97b86a1beb
parentae9d10ca2c1e6601673d77d501c8bf3a0a2ef83e
get_filtered_vmlist: save VM conf in own subhash

small refactoring in get_filtered_vmlist: save a VMs config in its
own subhash to avoid collisions with other data which we want to save
in the vmid list, for now this is only `type` but in the next patch
I want to save also the class

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Nodes.pm