Commit 7ab76d30 authored by Alen Grizonic's avatar Alen Grizonic Committed by Dietmar Maurer

lxc added to read_pool

Signed-off-by: 's avatarAlen Grizonic <a.grizonic@proxmox.com>
parent 2f69c0ba
...@@ -222,7 +222,7 @@ __PACKAGE__->register_method ({ ...@@ -222,7 +222,7 @@ __PACKAGE__->register_method ({
type => "object", type => "object",
additionalProperties => 1, additionalProperties => 1,
properties => { properties => {
type => { type => 'string', enum => ['qemu', 'openvz', 'storage'] }, type => { type => 'string', enum => ['qemu', 'lxc', 'openvz', 'storage'] },
id => { type => 'string' }, id => { type => 'string' },
node => { type => 'string' }, node => { type => 'string' },
vmid => { type => 'integer', optional => 1 }, vmid => { type => 'integer', optional => 1 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment